#CA00A1

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

Shades of Medium Violet Red #CA00A1

Tints of Medium Violet Red #CA00A1

Color information

#CA00A1 (or 0xCA00A1) is unknown color: approx Medium Violet Red. HEX triplet: CA, 00 and A1. RGB value is (202,0,161). Sum of RGB (Red+Green+Blue) = 202+0+161=363 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.65% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 202 - color contains mainly: red. Hex color #CA00A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA00A1 is #35FF5E. Grayscale: #4E4E4E. Windows color (decimal): -3538783 or 10551498. OLE color: 10551498.

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

Color convert

RGB2020161-
CMYK010.200.21
HSL312.18º100%39.61%-
HSV(B)312.18º100%79.22%-
XYZ30.7915.1335.02-
YUV78.75174.42215.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 161 (63.28% from 255) = 44.35%
R=55.65%
G=0%
B=44.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2020161010.200.21312.1810039.61
HexCA0A106414151386428
Octal31202410144242547014450
Binary110010100101000010110010010100101011001110001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA00A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA00A1; }

 p { color: rgb(202,0,161); }

 H1.HeaderClassName
 {
   color: #CA00A1;
 }
 .AnyTagClassName
 {
   color: #CA00A1;
 }
</style>
background-color css

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

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

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

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

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

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