Html Css Color HEX #C808AA Deep Magenta

📋 copy color: '#C808AA'

red 200 ◦ green 8 ◦ blue 170

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

Shades of Deep Magenta #C808AA

Tints of Deep Magenta #C808AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 52.91%
G = 2.12%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C808AA (or 0xC808AA) is known color: Deep Magenta. HEX triplet: C8, 08 and AA. RGB value is (200,8,170). Sum of RGB (Red+Green+Blue) = 200+8+170=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 8 (3.52% from 255 or 2.12% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C808AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C808AA is #37F755. Grayscale: #535353. Windows color (decimal): -3667798 or 11143368. OLE color: 11143368.

HSL color Cylindrical-coordinate representation of color #C808AA: hue angle of 309.38º 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 #C808AA is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 8 170 -
CMYK 0 0.96 0.15 0.22
HSL 309.38º 0.92% 0.41% -
HSV(B) 309.38º 0.96% 0.78% -
XYZ 31.16 15.36 39.35 -
YUV 83.88 176.61 210.83 -
System Red Green Blue C M Y K H S L
Decimal 200 8 170 0 0.96 0.15 0.22 309.38 0.92 0.41
Hex C8 8 AA 0 60 F 16 135 5C 29
Octal 310 10 252 0 140 17 26 465 134 51
Binary 11001000 1000 10101010 0 1100000 1111 10110 100110101 1011100 101001

Color Harmonies of #C808AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C808AA

Black with #C808AA

Text Example


Text Example

White with #C808AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C808AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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