#CA21A5

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

Shades of Medium Violet Red #CA21A5

Tints of Medium Violet Red #CA21A5

Color information

#CA21A5 (or 0xCA21A5) is unknown color: approx Medium Violet Red. HEX triplet: CA, 21 and A5. RGB value is (202,33,165). Sum of RGB (Red+Green+Blue) = 202+33+165=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA21A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA21A5 is #35DE5A. Grayscale: #626262. Windows color (decimal): -3530331 or 10822090. OLE color: 10822090.

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

Color convert

RGB20233165-
CMYK00.840.180.21
HSL313.14º71.91%46.08%-
HSV(B)313.14º83.66%79.22%-
XYZ31.6916.3637.08-
YUV98.58165.49201.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 50.5%
GREEN value IS 33 (13.28% from 255) = 8.25%
BLUE value IS 165 (64.84% from 255) = 41.25%
R=50.5%
G=8.25%
B=41.25%

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
Decimal2023316500.840.180.21313.1471.9146.08
HexCA21A50541215139482e
Octal312412450124222547111056
Binary11001010100001101001010101010010010101011001110011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA21A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA21A5; }

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

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

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

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

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

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

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

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