Html Css Color HEX #C806CA Deep Magenta

📋 copy color: '#C806CA'

red 200 ◦ green 6 ◦ blue 202

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

Shades of Deep Magenta #C806CA

Tints of Deep Magenta #C806CA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.47%

 BLUE value IS 202 (79.3% from 255) = 49.51%

R = 49.02%
G = 1.47%
B = 49.51%

CMYK

 C value IS 0.01

 M value IS 0.97

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C806CA (or 0xC806CA) is known color: Deep Magenta. HEX triplet: C8, 06 and CA. RGB value is (200,6,202). Sum of RGB (Red+Green+Blue) = 200+6+202=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #C806CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C806CA is #37F935. Grayscale: #555555. Windows color (decimal): -3668278 or 13240008. OLE color: 13240008.

HSL color Cylindrical-coordinate representation of color #C806CA: hue angle of 299.39º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C806CA is Cyan = 0.01, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 6 202 -
CMYK 0.01 0.97 0 0.21
HSL 299.39º 0.94% 0.41% -
HSV(B) 299.39º 0.97% 0.79% -
XYZ 34.55 16.67 57.27 -
YUV 86.35 193.27 209.06 -
System Red Green Blue C M Y K H S L
Decimal 200 6 202 0.01 0.97 0 0.21 299.39 0.94 0.41
Hex C8 6 CA 1 61 0 15 12B 5E 29
Octal 310 6 312 1 141 0 25 453 136 51
Binary 11001000 110 11001010 1 1100001 0 10101 100101011 1011110 101001

Color Harmonies of #C806CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C806CA

Black with #C806CA

Text Example


Text Example

White with #C806CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C806CA; }

 p { color: rgb(200,6,202); }

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

background-color css

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

 a { background-color: rgb(200,6,202); }

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

border-color css

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

 span { border-color: rgb(200,6,202); }

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