#CA21A6

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

Shades of Medium Violet Red #CA21A6

Tints of Medium Violet Red #CA21A6

Color information

#CA21A6 (or 0xCA21A6) is unknown color: approx Medium Violet Red. HEX triplet: CA, 21 and A6. RGB value is (202,33,166). Sum of RGB (Red+Green+Blue) = 202+33+166=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 33 (13.28% from 255 or 8.23% from 401); Blue value is 166 (65.23% from 255 or 41.40% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA21A6 is #35DE59. Grayscale: #626262. Windows color (decimal): -3530330 or 10887626. OLE color: 10887626.

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

Color convert

RGB20233166-
CMYK00.840.180.21
HSL312.78º71.91%46.08%-
HSV(B)312.78º83.66%79.22%-
XYZ31.7816.437.57-
YUV98.69165.99201.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.37%
GREEN value IS 33 (13.28% from 255) = 8.23%
BLUE value IS 166 (65.23% from 255) = 41.40%
R=50.37%
G=8.23%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023316600.840.180.21312.7871.9146.08
HexCA21A60541215139482e
Octal312412460124222547111056
Binary11001010100001101001100101010010010101011001110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA21A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA21A6; }

 p { color: rgb(202,33,166); }

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

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

 a { background-color: rgb(202,33,166); }

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

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

 span { border-color: rgb(202,33,166); }

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