#CA13A1

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

Shades of Medium Violet Red #CA13A1

Tints of Medium Violet Red #CA13A1

Color information

#CA13A1 (or 0xCA13A1) is unknown color: approx Medium Violet Red. HEX triplet: CA, 13 and A1. RGB value is (202,19,161). Sum of RGB (Red+Green+Blue) = 202+19+161=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA13A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA13A1 is #35EC5E. Grayscale: #595959. Windows color (decimal): -3533919 or 10556362. OLE color: 10556362.

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

Color convert

RGB20219161-
CMYK00.910.200.21
HSL313.44º82.81%43.33%-
HSV(B)313.44º90.59%79.22%-
XYZ31.0215.635.09-
YUV89.9168.13207.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.88%
GREEN value IS 19 (7.81% from 255) = 4.97%
BLUE value IS 161 (63.28% from 255) = 42.15%
R=52.88%
G=4.97%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021916100.910.200.21313.4482.8143.33
HexCA13A105B1415139532b
Octal312232410133242547112353
Binary1100101010011101000010101101110100101011001110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA13A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA13A1; }

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

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

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

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

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

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

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

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