#CA20A7

Color #CA20A7 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #CA20A7

Tints of Medium Violet Red #CA20A7

Color information

#CA20A7 (or 0xCA20A7) is unknown color: approx 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

RGB20232167-
CMYK00.840.170.21
HSL312.35º72.65%45.88%-
HSV(B)312.35º84.16%79.22%-
XYZ31.8516.3838.04-
YUV98.22166.82202.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 32 (12.89% from 255) = 7.98%
BLUE value IS 167 (65.62% from 255) = 41.65%
R=50.37%
G=7.98%
B=41.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023216700.840.170.21312.3572.6545.88
HexCA20A70541115138492e
Octal312402470124212547011156
Binary11001010100000101001110101010010001101011001110001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA20A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>