Html Css Color HEX #C80FBA Deep Magenta

📋 copy color: '#C80FBA'

red 200 ◦ green 15 ◦ blue 186

#C80FBA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C80FBA

Tints of Deep Magenta #C80FBA

RGB

 RED value IS 200 (78.52% from 255) = 49.88%

 GREEN value IS 15 (6.25% from 255) = 3.74%

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 49.88%
G = 3.74%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.07

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C80FBA (or 0xC80FBA) is known color: Deep Magenta. HEX triplet: C8, 0F and BA. RGB value is (200,15,186). Sum of RGB (Red+Green+Blue) = 200+15+186=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C80FBA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FBA is #37F045. Grayscale: #595959. Windows color (decimal): -3665990 or 12193736. OLE color: 12193736.

HSL color Cylindrical-coordinate representation of color #C80FBA: hue angle of 304.54º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FBA is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 15 186 -
CMYK 0 0.92 0.07 0.22
HSL 304.54º 0.86% 0.42% -
HSV(B) 304.54º 0.93% 0.78% -
XYZ 32.85 16.17 47.84 -
YUV 89.81 182.29 206.6 -
System Red Green Blue C M Y K H S L
Decimal 200 15 186 0 0.92 0.07 0.22 304.54 0.86 0.42
Hex C8 F BA 0 5C 7 16 131 56 2A
Octal 310 17 272 0 134 7 26 461 126 52
Binary 11001000 1111 10111010 0 1011100 111 10110 100110001 1010110 101010

Color Harmonies of #C80FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FBA

Black with #C80FBA

Text Example


Text Example

White with #C80FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FBA; }

 p { color: rgb(200,15,186); }

 H1.HeaderClassName
 {
   color: #C80FBA;
 }
 .AnyTagClassName
 {
   color: #C80FBA;
 }
</style>

background-color css

<style>
 a { background-color: #C80FBA; }

 a { background-color: rgb(200,15,186); }

 div.DivClassName
 {
   background-color: #C80FBA;
 }
 .BgClassName
 {
   background-color: #C80FBA;
 }
</style>

border-color css

<style>
 span { border-color: #C80FBA; }

 span { border-color: rgb(200,15,186); }

 td.TdClassName
 {
   border-color: #C80FBA;
 }
 .TagClassName
 {
   border-color: #C80FBA;
 }
</style>