#CA0598

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

Shades of Medium Violet Red #CA0598

Tints of Medium Violet Red #CA0598

Color information

#CA0598 (or 0xCA0598) is unknown color: approx Medium Violet Red. HEX triplet: CA, 05 and 98. RGB value is (202,5,152). Sum of RGB (Red+Green+Blue) = 202+5+152=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 5 (2.34% from 255 or 1.39% from 359); Blue value is 152 (59.77% from 255 or 42.34% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0598 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0598 is #35FA67. Grayscale: #505050. Windows color (decimal): -3537512 or 9962954. OLE color: 9962954.

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

Color convert

RGB2025152-
CMYK00.980.250.21
HSL315.23º95.17%40.59%-
HSV(B)315.23º97.52%79.22%-
XYZ30.0814.9331-
YUV80.66168.27214.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 56.27%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 152 (59.77% from 255) = 42.34%
R=56.27%
G=1.39%
B=42.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202515200.980.250.21315.2395.1740.59
HexCA598062191513b5f29
Octal31252300142312547313751
Binary11001010101100110000110001011001101011001110111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA0598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA0598; }

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

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

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

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

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

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

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

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