#CA359D

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

Shades of Medium Red Violet #CA359D

Tints of Medium Red Violet #CA359D

Color information

#CA359D (or 0xCA359D) is unknown color: approx Medium Red Violet. HEX triplet: CA, 35 and 9D. RGB value is (202,53,157). Sum of RGB (Red+Green+Blue) = 202+53+157=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 157 (61.72% from 255 or 38.11% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA359D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA359D is #35CA62. Grayscale: #6D6D6D. Windows color (decimal): -3525219 or 10302922. OLE color: 10302922.

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

Color convert

RGB20253157-
CMYK00.740.220.21
HSL318.12º58.43%50%-
HSV(B)318.12º73.76%79.22%-
XYZ31.7217.5433.61-
YUV109.41154.86194.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 53 (21.09% from 255) = 12.86%
BLUE value IS 157 (61.72% from 255) = 38.11%
R=49.03%
G=12.86%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025315700.740.220.21318.1258.4350
HexCA359D04A161513e3a32
Octal31265235011226254767262
Binary1100101011010110011101010010101011010101100111110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA359D; }

 p { color: rgb(202,53,157); }

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

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

 a { background-color: rgb(202,53,157); }

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

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

 span { border-color: rgb(202,53,157); }

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