#CA32A3

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

Shades of Medium Red Violet #CA32A3

Tints of Medium Red Violet #CA32A3

Color information

#CA32A3 (or 0xCA32A3) is unknown color: approx Medium Red Violet. HEX triplet: CA, 32 and A3. RGB value is (202,50,163). Sum of RGB (Red+Green+Blue) = 202+50+163=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA32A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA32A3 is #35CD5C. Grayscale: #6C6C6C. Windows color (decimal): -3525981 or 10695370. OLE color: 10695370.

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

Color convert

RGB20250163-
CMYK00.750.190.21
HSL315.39º60.32%49.41%-
HSV(B)315.39º75.25%79.22%-
XYZ32.1117.4836.33-
YUV108.33158.86194.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.67%
GREEN value IS 50 (19.92% from 255) = 12.05%
BLUE value IS 163 (64.06% from 255) = 39.28%
R=48.67%
G=12.05%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025016300.750.190.21315.3960.3249.41
HexCA32A304B131513b3c31
Octal31262243011323254737461
Binary1100101011001010100011010010111001110101100111011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA32A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA32A3; }

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

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

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

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

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

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

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

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