Html Css Color HEX #C808AB Deep Magenta

📋 copy color: '#C808AB'

red 200 ◦ green 8 ◦ blue 171

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

Shades of Deep Magenta #C808AB

Tints of Deep Magenta #C808AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.11%

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 52.77%
G = 2.11%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C808AB (or 0xC808AB) is known color: Deep Magenta. HEX triplet: C8, 08 and AB. RGB value is (200,8,171). Sum of RGB (Red+Green+Blue) = 200+8+171=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 8 (3.52% from 255 or 2.11% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C808AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C808AB is #37F754. Grayscale: #535353. Windows color (decimal): -3667797 or 11208904. OLE color: 11208904.

HSL color Cylindrical-coordinate representation of color #C808AB: hue angle of 309.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C808AB is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 171 -
CMYK 0 0.96 0.14 0.22
HSL 309.06º 0.92% 0.41% -
HSV(B) 309.06º 0.96% 0.78% -
XYZ 31.26 15.39 39.85 -
YUV 83.99 177.11 210.75 -
System Red Green Blue C M Y K H S L
Decimal 200 8 171 0 0.96 0.14 0.22 309.06 0.92 0.41
Hex C8 8 AB 0 60 E 16 135 5C 29
Octal 310 10 253 0 140 16 26 465 134 51
Binary 11001000 1000 10101011 0 1100000 1110 10110 100110101 1011100 101001

Color Harmonies of #C808AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C808AB

Black with #C808AB

Text Example


Text Example

White with #C808AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C808AB; }

 p { color: rgb(200,8,171); }

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

background-color css

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

 a { background-color: rgb(200,8,171); }

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

border-color css

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

 span { border-color: rgb(200,8,171); }

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