#CA358A

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

Shades of Medium Red Violet #CA358A

Tints of Medium Red Violet #CA358A

Color information

#CA358A (or 0xCA358A) is unknown color: approx Medium Red Violet. HEX triplet: CA, 35 and 8A. RGB value is (202,53,138). Sum of RGB (Red+Green+Blue) = 202+53+138=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 53 (21.09% from 255 or 13.49% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA358A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA358A is #35CA75. Grayscale: #6B6B6B. Windows color (decimal): -3525238 or 9057738. OLE color: 9057738.

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

Color convert

RGB20253138-
CMYK00.740.320.21
HSL325.77º58.43%50%-
HSV(B)325.77º73.76%79.22%-
XYZ30.2216.9425.72-
YUV107.24145.36195.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.40%
GREEN value IS 53 (21.09% from 255) = 13.49%
BLUE value IS 138 (54.30% from 255) = 35.11%
R=51.40%
G=13.49%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025313800.740.320.21325.7758.4350
HexCA358A04A20151463a32
Octal31265212011240255067262
Binary11001010110101100010100100101010000010101101000110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA358A; }

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

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

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

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

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

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

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

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