Html Css Color HEX #CD02CA Deep Magenta

📋 copy color: '#CD02CA'

red 205 ◦ green 2 ◦ blue 202

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

Shades of Deep Magenta #CD02CA

Tints of Deep Magenta #CD02CA

RGB

 RED value IS 205 (80.47% from 255) = 50.12%

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

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 50.12%
G = 0.49%
B = 49.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD02CA (or 0xCD02CA) is known color: Deep Magenta. HEX triplet: CD, 02 and CA. RGB value is (205,2,202). Sum of RGB (Red+Green+Blue) = 205+2+202=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 2 (1.17% from 255 or 0.49% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD02CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD02CA is #32FD35. Grayscale: #545454. Windows color (decimal): -3341622 or 13238989. OLE color: 13238989.

HSL color Cylindrical-coordinate representation of color #CD02CA: hue angle of 300.89º 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 #CD02CA is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 2 202 -
CMYK 0 0.99 0.01 0.20
HSL 300.89º 0.98% 0.41% -
HSV(B) 300.89º 0.99% 0.8% -
XYZ 35.86 17.29 57.32 -
YUV 85.5 193.75 213.24 -
System Red Green Blue C M Y K H S L
Decimal 205 2 202 0 0.99 0.01 0.20 300.89 0.98 0.41
Hex CD 2 CA 0 63 1 14 12D 62 29
Octal 315 2 312 0 143 1 24 455 142 51
Binary 11001101 10 11001010 0 1100011 1 10100 100101101 1100010 101001

Color Harmonies of #CD02CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD02CA

Black with #CD02CA

Text Example


Text Example

White with #CD02CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD02CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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