#CA359A

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

Shades of Medium Red Violet #CA359A

Tints of Medium Red Violet #CA359A

Color information

#CA359A (or 0xCA359A) is unknown color: approx Medium Red Violet. HEX triplet: CA, 35 and 9A. RGB value is (202,53,154). Sum of RGB (Red+Green+Blue) = 202+53+154=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA359A is #35CA65. Grayscale: #6C6C6C. Windows color (decimal): -3525222 or 10106314. OLE color: 10106314.

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

Color convert

RGB20253154-
CMYK00.740.240.21
HSL319.33º58.43%50%-
HSV(B)319.33º73.76%79.22%-
XYZ31.4617.4432.28-
YUV109.06153.36194.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.39%
GREEN value IS 53 (21.09% from 255) = 12.96%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=49.39%
G=12.96%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025315400.740.240.21319.3358.4350
HexCA359A04A181513f3a32
Octal31265232011230254777262
Binary1100101011010110011010010010101100010101100111111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA359A; }

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

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

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

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

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

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

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

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