#CA3490

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

Shades of Medium Red Violet #CA3490

Tints of Medium Red Violet #CA3490

Color information

#CA3490 (or 0xCA3490) is unknown color: approx Medium Red Violet. HEX triplet: CA, 34 and 90. RGB value is (202,52,144). Sum of RGB (Red+Green+Blue) = 202+52+144=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3490 is #35CB6F. Grayscale: #6B6B6B. Windows color (decimal): -3525488 or 9450698. OLE color: 9450698.

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

Color convert

RGB20252144-
CMYK00.740.290.21
HSL323.2º59.06%49.8%-
HSV(B)323.2º74.26%79.22%-
XYZ30.6217.0328.06-
YUV107.34148.7195.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 52 (20.70% from 255) = 13.07%
BLUE value IS 144 (56.64% from 255) = 36.18%
R=50.75%
G=13.07%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025214400.740.290.21323.259.0649.8
HexCA349004A1D151433b32
Octal31264220011235255037362
Binary1100101011010010010000010010101110110101101000011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3490; }

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

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

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

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

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

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

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

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