Html Css Color HEX #CA20C7 Deep Magenta

📋 copy color: '#CA20C7'

red 202 ◦ green 32 ◦ blue 199

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

Shades of Deep Magenta #CA20C7

Tints of Deep Magenta #CA20C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.96%

R = 46.65%
G = 7.39%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA20C7 (or 0xCA20C7) is known color: Deep Magenta. HEX triplet: CA, 20 and C7. RGB value is (202,32,199). Sum of RGB (Red+Green+Blue) = 202+32+199=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 32 (12.89% from 255 or 7.39% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA20C7 is #35DF38. Grayscale: #656565. Windows color (decimal): -3530553 or 13050058. OLE color: 13050058.

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

Color convert

RGB 202 32 199 -
CMYK 0 0.84 0.01 0.21
HSL 301.06º 0.73% 0.46% -
HSV(B) 301.06º 0.84% 0.79% -
XYZ 35.18 17.71 55.6 -
YUV 101.87 182.82 199.42 -
System Red Green Blue C M Y K H S L
Decimal 202 32 199 0 0.84 0.01 0.21 301.06 0.73 0.46
Hex CA 20 C7 0 54 1 15 12D 49 2E
Octal 312 40 307 0 124 1 25 455 111 56
Binary 11001010 100000 11000111 0 1010100 1 10101 100101101 1001001 101110

Color Harmonies of #CA20C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20C7

Black with #CA20C7

Text Example


Text Example

White with #CA20C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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