#CA1288

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

Shades of Medium Violet Red #CA1288

Tints of Medium Violet Red #CA1288

Color information

#CA1288 (or 0xCA1288) is unknown color: approx Medium Violet Red. HEX triplet: CA, 12 and 88. RGB value is (202,18,136). Sum of RGB (Red+Green+Blue) = 202+18+136=356 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.74% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1288 is #35ED77. Grayscale: #565656. Windows color (decimal): -3534200 or 8917706. OLE color: 8917706.

HSL color Cylindrical-coordinate representation of color #CA1288: hue angle of 321.52º degrees, saturation: 0.84, 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 #CA1288 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB20218136-
CMYK00.910.330.21
HSL321.52º83.64%43.14%-
HSV(B)321.52º91.09%79.22%-
XYZ29.0214.7724.61-
YUV86.47155.96210.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.74%
GREEN value IS 18 (7.42% from 255) = 5.06%
BLUE value IS 136 (53.52% from 255) = 38.20%
R=56.74%
G=5.06%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021813600.910.330.21321.5283.6443.14
HexCA128805B2115142542b
Octal312222100133412550212453
Binary11001010100101000100001011011100001101011010000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1288; }

 p { color: rgb(202,18,136); }

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

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

 a { background-color: rgb(202,18,136); }

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

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

 span { border-color: rgb(202,18,136); }

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