#CA32AB

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

Shades of Medium Red Violet #CA32AB

Tints of Medium Red Violet #CA32AB

Color information

#CA32AB (or 0xCA32AB) is unknown color: approx Medium Red Violet. HEX triplet: CA, 32 and AB. RGB value is (202,50,171). Sum of RGB (Red+Green+Blue) = 202+50+171=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA32AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA32AB is #35CD54. Grayscale: #6C6C6C. Windows color (decimal): -3525973 or 11219658. OLE color: 11219658.

HSL color Cylindrical-coordinate representation of color #CA32AB: hue angle of 312.24º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA32AB is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB20250171-
CMYK00.750.150.21
HSL312.24º60.32%49.41%-
HSV(B)312.24º75.25%79.22%-
XYZ32.8517.7840.23-
YUV109.24162.86194.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 50 (19.92% from 255) = 11.82%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=47.75%
G=11.82%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025017100.750.150.21312.2460.3249.41
HexCA32AB04BF151383c31
Octal31262253011317254707461
Binary110010101100101010101101001011111110101100111000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA32AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA32AB; }

 p { color: rgb(202,50,171); }

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

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

 a { background-color: rgb(202,50,171); }

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

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

 span { border-color: rgb(202,50,171); }

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