#CA22A2

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

Shades of Medium Violet Red #CA22A2

Tints of Medium Violet Red #CA22A2

Color information

#CA22A2 (or 0xCA22A2) is unknown color: approx Medium Violet Red. HEX triplet: CA, 22 and A2. RGB value is (202,34,162). Sum of RGB (Red+Green+Blue) = 202+34+162=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA22A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA22A2 is #35DD5D. Grayscale: #626262. Windows color (decimal): -3530078 or 10625738. OLE color: 10625738.

HSL color Cylindrical-coordinate representation of color #CA22A2: hue angle of 314.29º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CA22A2 is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB20234162-
CMYK00.830.200.21
HSL314.29º71.19%46.27%-
HSV(B)314.29º83.17%79.22%-
XYZ31.4516.3135.67-
YUV98.82163.66201.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.75%
GREEN value IS 34 (13.67% from 255) = 8.54%
BLUE value IS 162 (63.67% from 255) = 40.70%
R=50.75%
G=8.54%
B=40.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023416200.830.200.21314.2971.1946.27
HexCA22A2053141513a472e
Octal312422420123242547210756
Binary11001010100010101000100101001110100101011001110101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA22A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA22A2; }

 p { color: rgb(202,34,162); }

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

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

 a { background-color: rgb(202,34,162); }

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

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

 span { border-color: rgb(202,34,162); }

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