#CA059E

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

Shades of Medium Violet Red #CA059E

Tints of Medium Violet Red #CA059E

Color information

#CA059E (or 0xCA059E) is unknown color: approx Medium Violet Red. HEX triplet: CA, 05 and 9E. RGB value is (202,5,158). Sum of RGB (Red+Green+Blue) = 202+5+158=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA059E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA059E is #35FA61. Grayscale: #505050. Windows color (decimal): -3537506 or 10356170. OLE color: 10356170.

HSL color Cylindrical-coordinate representation of color #CA059E: hue angle of 313.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA059E is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB2025158-
CMYK00.980.220.21
HSL313.4º95.17%40.59%-
HSV(B)313.4º97.52%79.22%-
XYZ30.5815.1333.66-
YUV81.34171.27214.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 5 (2.34% from 255) = 1.37%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=55.34%
G=1.37%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202515800.980.220.21313.495.1740.59
HexCA59E06216151395f29
Octal31252360142262547113751
Binary11001010101100111100110001010110101011001110011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA059E; }

 p { color: rgb(202,5,158); }

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

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

 a { background-color: rgb(202,5,158); }

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

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

 span { border-color: rgb(202,5,158); }

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