Html Css Color HEX #CA02CD Deep Magenta

📋 copy color: '#CA02CD'

red 202 ◦ green 2 ◦ blue 205

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

Shades of Deep Magenta #CA02CD

Tints of Deep Magenta #CA02CD

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

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

Color convert

RGB 202 2 205 -
CMYK 0.01 0.99 0 0.20
HSL 299.11º 0.98% 0.41% -
HSV(B) 299.11º 0.99% 0.8% -
XYZ 35.4 17.01 59.17 -
YUV 84.94 195.76 211.49 -
System Red Green Blue C M Y K H S L
Decimal 202 2 205 0.01 0.99 0 0.20 299.11 0.98 0.41
Hex CA 2 CD 1 63 0 14 12B 62 29
Octal 312 2 315 1 143 0 24 453 142 51
Binary 11001010 10 11001101 1 1100011 0 10100 100101011 1100010 101001

Color Harmonies of #CA02CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA02CD

Black with #CA02CD

Text Example


Text Example

White with #CA02CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA02CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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