Html Css Color HEX #C000CC Deep Magenta

📋 copy color: '#C000CC'

red 192 ◦ green 0 ◦ blue 204

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

Shades of Deep Magenta #C000CC

Tints of Deep Magenta #C000CC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.48%
G = 0%
B = 51.52%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C000CC (or 0xC000CC) is known color: Deep Magenta. HEX triplet: C0, 00 and CC. RGB value is (192,0,204). Sum of RGB (Red+Green+Blue) = 192+0+204=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #C000CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C000CC is #3FFF33. Grayscale: #505050. Windows color (decimal): -4194100 or 13369536. OLE color: 13369536.

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

Color convert

RGB 192 0 204 -
CMYK 0.06 1 0 0.2
HSL 296.47º 1% 0.4% -
HSV(B) 296.47º 1% 0.8% -
XYZ 32.64 15.57 58.41 -
YUV 80.66 197.61 207.41 -
System Red Green Blue C M Y K H S L
Decimal 192 0 204 0.06 1 0 0.2 296.47 1 0.4
Hex C0 0 CC 6 64 0 14 128 64 28
Octal 300 0 314 6 144 0 24 450 144 50
Binary 11000000 0 11001100 110 1100100 0 10100 100101000 1100100 101000

Color Harmonies of #C000CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000CC

Black with #C000CC

Text Example


Text Example

White with #C000CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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