#CA03A1

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

Shades of Medium Violet Red #CA03A1

Tints of Medium Violet Red #CA03A1

Color information

#CA03A1 (or 0xCA03A1) is unknown color: approx Medium Violet Red. HEX triplet: CA, 03 and A1. RGB value is (202,3,161). Sum of RGB (Red+Green+Blue) = 202+3+161=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 3 (1.56% from 255 or 0.82% from 366); Blue value is 161 (63.28% from 255 or 43.99% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA03A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA03A1 is #35FC5E. Grayscale: #505050. Windows color (decimal): -3538015 or 10552266. OLE color: 10552266.

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

Color convert

RGB2023161-
CMYK00.990.200.21
HSL312.36º97.07%40.2%-
HSV(B)312.36º98.51%79.22%-
XYZ30.8215.1935.03-
YUV80.51173.43214.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.19%
GREEN value IS 3 (1.56% from 255) = 0.82%
BLUE value IS 161 (63.28% from 255) = 43.99%
R=55.19%
G=0.82%
B=43.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202316100.990.200.21312.3697.0740.2
HexCA3A106314151386128
Octal31232410143242547014150
Binary1100101011101000010110001110100101011001110001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA03A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA03A1; }

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

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

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

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

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

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

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

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