#CA1285

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

Shades of Medium Violet Red #CA1285

Tints of Medium Violet Red #CA1285

Color information

#CA1285 (or 0xCA1285) is unknown color: approx Medium Violet Red. HEX triplet: CA, 12 and 85. RGB value is (202,18,133). Sum of RGB (Red+Green+Blue) = 202+18+133=353 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.22% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1285 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1285 is #35ED7A. Grayscale: #555555. Windows color (decimal): -3534203 or 8721098. OLE color: 8721098.

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

Color convert

RGB20218133-
CMYK00.910.340.21
HSL322.5º83.64%43.14%-
HSV(B)322.5º91.09%79.22%-
XYZ28.8114.6823.51-
YUV86.13154.46210.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.22%
GREEN value IS 18 (7.42% from 255) = 5.10%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=57.22%
G=5.10%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021813300.910.340.21322.583.6443.14
HexCA128505B2215142542b
Octal312222050133422550212453
Binary11001010100101000010101011011100010101011010000101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1285; }

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

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

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

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

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

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

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

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