#c21a8a

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

Shades of Medium Violet Red #C21A8A

Tints of Medium Violet Red #C21A8A

Color information

#C21A8A (or 0xC21A8A) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1A and 8A. RGB value is (194,26,138). Sum of RGB (Red+Green+Blue) = 194+26+138=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 26 (10.55% from 255 or 7.26% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21A8A is #3DE575. Grayscale: #585858. Windows color (decimal): -4056438 or 9050818. OLE color: 9050818.

HSL color Cylindrical-coordinate representation of color #C21A8A: hue angle of 320º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A8A is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB19426138-
CMYK00.870.290.24
HSL320º76.36%43.14%-
HSV(B)320º86.6%76.08%-
XYZ27.214.0425.32-
YUV89155.66202.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 26 (10.55% from 255) = 7.26%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=54.19%
G=7.26%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942613800.870.290.2432076.3643.14
HexC21A8A0571D181404c2b
Octal302322120127353050011453
Binary1100001011010100010100101011111101110001010000001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c21a8a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c21a8a; }

 p { color: rgb(194,26,138); }

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

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

 a { background-color: rgb(194,26,138); }

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

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

 span { border-color: rgb(194,26,138); }

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