#CA359E

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

Shades of Medium Red Violet #CA359E

Tints of Medium Red Violet #CA359E

Color information

#CA359E (or 0xCA359E) is unknown color: approx Medium Red Violet. HEX triplet: CA, 35 and 9E. RGB value is (202,53,158). Sum of RGB (Red+Green+Blue) = 202+53+158=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 53 (21.09% from 255 or 12.83% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA359E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA359E is #35CA61. Grayscale: #6D6D6D. Windows color (decimal): -3525218 or 10368458. OLE color: 10368458.

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

Color convert

RGB20253158-
CMYK00.740.220.21
HSL317.72º58.43%50%-
HSV(B)317.72º73.76%79.22%-
XYZ31.817.5734.06-
YUV109.52155.36193.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 53 (21.09% from 255) = 12.83%
BLUE value IS 158 (62.11% from 255) = 38.26%
R=48.91%
G=12.83%
B=38.26%

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
Decimal2025315800.740.220.21317.7258.4350
HexCA359E04A161513e3a32
Octal31265236011226254767262
Binary1100101011010110011110010010101011010101100111110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA359E; }

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

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

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

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

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

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

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

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