Html Css Color HEX #C002C2 Deep Magenta

📋 copy color: '#C002C2'

red 192 ◦ green 2 ◦ blue 194

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

Shades of Deep Magenta #C002C2

Tints of Deep Magenta #C002C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50%

R = 49.48%
G = 0.52%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#C002C2 (or 0xC002C2) is known color: Deep Magenta. HEX triplet: C0, 02 and C2. RGB value is (192,2,194). Sum of RGB (Red+Green+Blue) = 192+2+194=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 2 (1.17% from 255 or 0.52% from 388); Blue value is 194 (76.17% from 255 or 50% from 388); Max value from RGB is 194 - color contains mainly: blue. Hex color #C002C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002C2 is #3FFD3D. Grayscale: #505050. Windows color (decimal): -4193598 or 12714688. OLE color: 12714688.

HSL color Cylindrical-coordinate representation of color #C002C2: hue angle of 299.38º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C002C2 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 192 2 194 -
CMYK 0.01 0.99 0 0.24
HSL 299.38º 0.98% 0.38% -
HSV(B) 299.38º 0.99% 0.76% -
XYZ 31.5 15.14 52.3 -
YUV 80.7 191.95 207.39 -
System Red Green Blue C M Y K H S L
Decimal 192 2 194 0.01 0.99 0 0.24 299.38 0.98 0.38
Hex C0 2 C2 1 63 0 18 12B 62 26
Octal 300 2 302 1 143 0 30 453 142 46
Binary 11000000 10 11000010 1 1100011 0 11000 100101011 1100010 100110

Color Harmonies of #C002C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002C2

Black with #C002C2

Text Example


Text Example

White with #C002C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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