Html Css Color HEX #CA20A7 Medium Violet Red

📋 copy color: '#CA20A7'

red 202 ◦ green 32 ◦ blue 167

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

Shades of Medium Violet Red #CA20A7

Tints of Medium Violet Red #CA20A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.65%

R = 50.37%
G = 7.98%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA20A7 (or 0xCA20A7) is known color: Medium Violet Red. HEX triplet: CA, 20 and A7. RGB value is (202,32,167). Sum of RGB (Red+Green+Blue) = 202+32+167=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 32 (12.89% from 255 or 7.98% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA20A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA20A7 is #35DF58. Grayscale: #616161. Windows color (decimal): -3530585 or 10952906. OLE color: 10952906.

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

Color convert

RGB 202 32 167 -
CMYK 0 0.84 0.17 0.21
HSL 312.35º 0.73% 0.46% -
HSV(B) 312.35º 0.84% 0.79% -
XYZ 31.85 16.38 38.04 -
YUV 98.22 166.82 202.02 -
System Red Green Blue C M Y K H S L
Decimal 202 32 167 0 0.84 0.17 0.21 312.35 0.73 0.46
Hex CA 20 A7 0 54 11 15 138 49 2E
Octal 312 40 247 0 124 21 25 470 111 56
Binary 11001010 100000 10100111 0 1010100 10001 10101 100111000 1001001 101110

Color Harmonies of #CA20A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA20A7

Black with #CA20A7

Text Example


Text Example

White with #CA20A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA20A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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