Html Css Color HEX #C80FCB Deep Magenta

📋 copy color: '#C80FCB'

red 200 ◦ green 15 ◦ blue 203

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

Shades of Deep Magenta #C80FCB

Tints of Deep Magenta #C80FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 47.85%
G = 3.59%
B = 48.56%

CMYK

 C value IS 0.01

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C80FCB (or 0xC80FCB) is known color: Deep Magenta. HEX triplet: C8, 0F and CB. RGB value is (200,15,203). Sum of RGB (Red+Green+Blue) = 200+15+203=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 15 (6.25% from 255 or 3.59% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #C80FCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80FCB is #37F034. Grayscale: #5B5B5B. Windows color (decimal): -3665973 or 13307848. OLE color: 13307848.

HSL color Cylindrical-coordinate representation of color #C80FCB: hue angle of 299.04º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C80FCB is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 15 203 -
CMYK 0.01 0.93 0 0.20
HSL 299.04º 0.86% 0.43% -
HSV(B) 299.04º 0.93% 0.8% -
XYZ 34.77 16.93 57.94 -
YUV 91.75 190.79 205.21 -
System Red Green Blue C M Y K H S L
Decimal 200 15 203 0.01 0.93 0 0.20 299.04 0.86 0.43
Hex C8 F CB 1 5D 0 14 12B 56 2B
Octal 310 17 313 1 135 0 24 453 126 53
Binary 11001000 1111 11001011 1 1011101 0 10100 100101011 1010110 101011

Color Harmonies of #C80FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80FCB

Black with #C80FCB

Text Example


Text Example

White with #C80FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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