Html Css Color HEX #C008CC Deep Magenta

📋 copy color: '#C008CC'

red 192 ◦ green 8 ◦ blue 204

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

Shades of Deep Magenta #C008CC

Tints of Deep Magenta #C008CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 47.52%
G = 1.98%
B = 50.5%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C008CC (or 0xC008CC) is known color: Deep Magenta. HEX triplet: C0, 08 and CC. RGB value is (192,8,204). Sum of RGB (Red+Green+Blue) = 192+8+204=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 8 (3.52% from 255 or 1.98% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #C008CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C008CC is #3FF733. Grayscale: #545454. Windows color (decimal): -4192052 or 13371584. OLE color: 13371584.

HSL color Cylindrical-coordinate representation of color #C008CC: hue angle of 296.33º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C008CC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 8 204 -
CMYK 0.06 0.96 0 0.2
HSL 296.33º 0.92% 0.42% -
HSV(B) 296.33º 0.96% 0.8% -
XYZ 32.72 15.74 58.44 -
YUV 85.36 194.96 204.06 -
System Red Green Blue C M Y K H S L
Decimal 192 8 204 0.06 0.96 0 0.2 296.33 0.92 0.42
Hex C0 8 CC 6 60 0 14 128 5C 2A
Octal 300 10 314 6 140 0 24 450 134 52
Binary 11000000 1000 11001100 110 1100000 0 10100 100101000 1011100 101010

Color Harmonies of #C008CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008CC

Black with #C008CC

Text Example


Text Example

White with #C008CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C008CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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