Html Css Color HEX #CA20CA Deep Magenta

📋 copy color: '#CA20CA'

red 202 ◦ green 32 ◦ blue 202

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

Shades of Deep Magenta #CA20CA

Tints of Deep Magenta #CA20CA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.34%

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

R = 46.33%
G = 7.34%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#CA20CA (or 0xCA20CA) is known color: Deep Magenta. HEX triplet: CA, 20 and CA. RGB value is (202,32,202). Sum of RGB (Red+Green+Blue) = 202+32+202=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 32 (12.89% from 255 or 7.34% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA20CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20CA is #35DF35. Grayscale: #656565. Windows color (decimal): -3530550 or 13246666. OLE color: 13246666.

HSL color Cylindrical-coordinate representation of color #CA20CA: hue angle of 300º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA20CA is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 202 -
CMYK 0 0.84 0 0.21
HSL 300º 0.73% 0.46% -
HSV(B) 300º 0.84% 0.79% -
XYZ 35.53 17.85 57.45 -
YUV 102.21 184.32 199.18 -
System Red Green Blue C M Y K H S L
Decimal 202 32 202 0 0.84 0 0.21 300 0.73 0.46
Hex CA 20 CA 0 54 0 15 12C 49 2E
Octal 312 40 312 0 124 0 25 454 111 56
Binary 11001010 100000 11001010 0 1010100 0 10101 100101100 1001001 101110

Color Harmonies of #CA20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20CA

Black with #CA20CA

Text Example


Text Example

White with #CA20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20CA; }

 p { color: rgb(202,32,202); }

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

background-color css

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

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

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

border-color css

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

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

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