#CA359B

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

Shades of Medium Red Violet #CA359B

Tints of Medium Red Violet #CA359B

Color information

#CA359B (or 0xCA359B) is unknown color: approx Medium Red Violet. HEX triplet: CA, 35 and 9B. RGB value is (202,53,155). Sum of RGB (Red+Green+Blue) = 202+53+155=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 53 (21.09% from 255 or 12.93% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA359B is #35CA64. Grayscale: #6C6C6C. Windows color (decimal): -3525221 or 10171850. OLE color: 10171850.

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

Color convert

RGB20253155-
CMYK00.740.230.21
HSL318.93º58.43%50%-
HSV(B)318.93º73.76%79.22%-
XYZ31.5517.4732.72-
YUV109.18153.86194.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.27%
GREEN value IS 53 (21.09% from 255) = 12.93%
BLUE value IS 155 (60.94% from 255) = 37.80%
R=49.27%
G=12.93%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025315500.740.230.21318.9358.4350
HexCA359B04A171513f3a32
Octal31265233011227254777262
Binary1100101011010110011011010010101011110101100111111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA359B; }

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

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

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

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

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

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

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

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