#ca3290

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

Shades of Medium Red Violet #CA3290

Tints of Medium Red Violet #CA3290

Color information

#CA3290 (or 0xCA3290) is unknown color: approx Medium Red Violet. HEX triplet: CA, 32 and 90. RGB value is (202,50,144). Sum of RGB (Red+Green+Blue) = 202+50+144=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3290 is #35CD6F. Grayscale: #696969. Windows color (decimal): -3526000 or 9450186. OLE color: 9450186.

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

Color convert

RGB20250144-
CMYK00.750.290.21
HSL322.89º60.32%49.41%-
HSV(B)322.89º75.25%79.22%-
XYZ30.5316.8528.03-
YUV106.16149.36196.36-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 50 (19.92% from 255) = 12.63%
BLUE value IS 144 (56.64% from 255) = 36.36%
R=51.01%
G=12.63%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025014400.750.290.21322.8960.3249.41
HexCA329004B1D151433c31
Octal31262220011335255037461
Binary1100101011001010010000010010111110110101101000011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca3290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca3290; }

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

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

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

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

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

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

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

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