Html Css Color HEX #C002CC Deep Magenta

📋 copy color: '#C002CC'

red 192 ◦ green 2 ◦ blue 204

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

Shades of Deep Magenta #C002CC

Tints of Deep Magenta #C002CC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 48.24%
G = 0.5%
B = 51.26%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C002CC (or 0xC002CC) is known color: Deep Magenta. HEX triplet: C0, 02 and CC. RGB value is (192,2,204). Sum of RGB (Red+Green+Blue) = 192+2+204=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #C002CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002CC is #3FFD33. Grayscale: #515151. Windows color (decimal): -4193588 or 13370048. OLE color: 13370048.

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

Color convert

RGB 192 2 204 -
CMYK 0.06 0.99 0 0.2
HSL 296.44º 0.98% 0.4% -
HSV(B) 296.44º 0.99% 0.8% -
XYZ 32.66 15.61 58.42 -
YUV 81.84 196.95 206.57 -
System Red Green Blue C M Y K H S L
Decimal 192 2 204 0.06 0.99 0 0.2 296.44 0.98 0.4
Hex C0 2 CC 6 63 0 14 128 62 28
Octal 300 2 314 6 143 0 24 450 142 50
Binary 11000000 10 11001100 110 1100011 0 10100 100101000 1100010 101000

Color Harmonies of #C002CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002CC

Black with #C002CC

Text Example


Text Example

White with #C002CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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