#C21D8A

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

Shades of Medium Violet Red #C21D8A

Tints of Medium Violet Red #C21D8A

Color information

#C21D8A (or 0xC21D8A) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1D and 8A. RGB value is (194,29,138). Sum of RGB (Red+Green+Blue) = 194+29+138=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21D8A is #3DE275. Grayscale: #5A5A5A. Windows color (decimal): -4055670 or 9051586. OLE color: 9051586.

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

Color convert

RGB19429138-
CMYK00.850.290.24
HSL320.36º73.99%43.73%-
HSV(B)320.36º85.05%76.08%-
XYZ27.2714.1825.34-
YUV90.76154.66201.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.74%
GREEN value IS 29 (11.72% from 255) = 8.03%
BLUE value IS 138 (54.30% from 255) = 38.23%
R=53.74%
G=8.03%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942913800.850.290.24320.3673.9943.73
HexC21D8A0551D181404a2c
Octal302352120125353050011254
Binary1100001011101100010100101010111101110001010000001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21D8A; }

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

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

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

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

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

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

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

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