Html Css Color HEX #C008DC Deep Magenta

📋 copy color: '#C008DC'

red 192 ◦ green 8 ◦ blue 220

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

Shades of Deep Magenta #C008DC

Tints of Deep Magenta #C008DC

RGB

 RED value IS 192 (75.39% from 255) = 45.71%

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

 BLUE value IS 220 (86.33% from 255) = 52.38%

R = 45.71%
G = 1.9%
B = 52.38%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C008DC (or 0xC008DC) is known color: Deep Magenta. HEX triplet: C0, 08 and DC. RGB value is (192,8,220). Sum of RGB (Red+Green+Blue) = 192+8+220=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 220 (86.33% from 255 or 52.38% from 420); Max value from RGB is 220 - color contains mainly: blue. Hex color #C008DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008DC is #3FF723. Grayscale: #565656. Windows color (decimal): -4192036 or 14420160. OLE color: 14420160.

HSL color Cylindrical-coordinate representation of color #C008DC: hue angle of 292.08º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C008DC is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 8 220 -
CMYK 0.13 0.96 0 0.14
HSL 292.08º 0.93% 0.45% -
HSV(B) 292.08º 0.96% 0.86% -
XYZ 34.74 16.55 69.07 -
YUV 87.18 202.96 202.76 -
System Red Green Blue C M Y K H S L
Decimal 192 8 220 0.13 0.96 0 0.14 292.08 0.93 0.45
Hex C0 8 DC D 60 0 E 124 5D 2D
Octal 300 10 334 15 140 0 16 444 135 55
Binary 11000000 1000 11011100 1101 1100000 0 1110 100100100 1011101 101101

Color Harmonies of #C008DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008DC

Black with #C008DC

Text Example


Text Example

White with #C008DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C008DC; }

 p { color: rgb(192,8,220); }

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

background-color css

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

 a { background-color: rgb(192,8,220); }

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

border-color css

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

 span { border-color: rgb(192,8,220); }

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