#CA1496

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

Shades of Medium Violet Red #CA1496

Tints of Medium Violet Red #CA1496

Color information

#CA1496 (or 0xCA1496) is unknown color: approx Medium Violet Red. HEX triplet: CA, 14 and 96. RGB value is (202,20,150). Sum of RGB (Red+Green+Blue) = 202+20+150=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1496 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1496 is #35EB69. Grayscale: #585858. Windows color (decimal): -3533674 or 9835722. OLE color: 9835722.

HSL color Cylindrical-coordinate representation of color #CA1496: hue angle of 317.14º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1496 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB20220150-
CMYK00.900.260.21
HSL317.14º81.98%43.53%-
HSV(B)317.14º90.1%79.22%-
XYZ30.1115.2630.21-
YUV89.24162.3208.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.30%
GREEN value IS 20 (8.20% from 255) = 5.38%
BLUE value IS 150 (58.98% from 255) = 40.32%
R=54.30%
G=5.38%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2022015000.900.260.21317.1481.9843.53
HexCA149605A1A1513d522c
Octal312242260132322547512254
Binary1100101010100100101100101101011010101011001111011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1496; }

 p { color: rgb(202,20,150); }

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

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

 a { background-color: rgb(202,20,150); }

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

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

 span { border-color: rgb(202,20,150); }

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