Html Css Color HEX #C002CD Deep Magenta

📋 copy color: '#C002CD'

red 192 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #C002CD

Tints of Deep Magenta #C002CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 48.12%
G = 0.5%
B = 51.38%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C002CD (or 0xC002CD) is known color: Deep Magenta. HEX triplet: C0, 02 and CD. RGB value is (192,2,205). Sum of RGB (Red+Green+Blue) = 192+2+205=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #C002CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C002CD is #3FFD32. Grayscale: #515151. Windows color (decimal): -4193587 or 13435584. OLE color: 13435584.

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

Color convert

RGB 192 2 205 -
CMYK 0.06 0.99 0 0.20
HSL 296.16º 0.98% 0.41% -
HSV(B) 296.16º 0.99% 0.8% -
XYZ 32.78 15.66 59.05 -
YUV 81.95 197.45 206.49 -
System Red Green Blue C M Y K H S L
Decimal 192 2 205 0.06 0.99 0 0.20 296.16 0.98 0.41
Hex C0 2 CD 6 63 0 14 128 62 29
Octal 300 2 315 6 143 0 24 450 142 51
Binary 11000000 10 11001101 110 1100011 0 10100 100101000 1100010 101001

Color Harmonies of #C002CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C002CD

Black with #C002CD

Text Example


Text Example

White with #C002CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C002CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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