Html Css Color HEX #C808A8 Deep Magenta

📋 copy color: '#C808A8'

red 200 ◦ green 8 ◦ blue 168

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

Shades of Deep Magenta #C808A8

Tints of Deep Magenta #C808A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.68%

R = 53.19%
G = 2.13%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C808A8 (or 0xC808A8) is known color: Deep Magenta. HEX triplet: C8, 08 and A8. RGB value is (200,8,168). Sum of RGB (Red+Green+Blue) = 200+8+168=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 8 (3.52% from 255 or 2.13% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C808A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C808A8 is #37F757. Grayscale: #535353. Windows color (decimal): -3667800 or 11012296. OLE color: 11012296.

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

Color convert

RGB 200 8 168 -
CMYK 0 0.96 0.16 0.22
HSL 310º 0.92% 0.41% -
HSV(B) 310º 0.96% 0.78% -
XYZ 30.97 15.28 38.36 -
YUV 83.65 175.61 210.99 -
System Red Green Blue C M Y K H S L
Decimal 200 8 168 0 0.96 0.16 0.22 310 0.92 0.41
Hex C8 8 A8 0 60 10 16 136 5C 29
Octal 310 10 250 0 140 20 26 466 134 51
Binary 11001000 1000 10101000 0 1100000 10000 10110 100110110 1011100 101001

Color Harmonies of #C808A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C808A8

Black with #C808A8

Text Example


Text Example

White with #C808A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C808A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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