#CA21A7

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

Shades of Medium Violet Red #CA21A7

Tints of Medium Violet Red #CA21A7

Color information

#CA21A7 (or 0xCA21A7) is unknown color: approx Medium Violet Red. HEX triplet: CA, 21 and A7. RGB value is (202,33,167). Sum of RGB (Red+Green+Blue) = 202+33+167=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 33 (13.28% from 255 or 8.21% from 402); Blue value is 167 (65.62% from 255 or 41.54% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA21A7 is #35DE58. Grayscale: #626262. Windows color (decimal): -3530329 or 10953162. OLE color: 10953162.

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

Color convert

RGB20233167-
CMYK00.840.170.21
HSL312.43º71.91%46.08%-
HSV(B)312.43º83.66%79.22%-
XYZ31.8816.4338.05-
YUV98.81166.49201.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.25%
GREEN value IS 33 (13.28% from 255) = 8.21%
BLUE value IS 167 (65.62% from 255) = 41.54%
R=50.25%
G=8.21%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2023316700.840.170.21312.4371.9146.08
HexCA21A70541115138482e
Octal312412470124212547011056
Binary11001010100001101001110101010010001101011001110001001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA21A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA21A7; }

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

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

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

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

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

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

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

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