#C21D88

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

Shades of Medium Violet Red #C21D88

Tints of Medium Violet Red #C21D88

Color information

#C21D88 (or 0xC21D88) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1D and 88. RGB value is (194,29,136). Sum of RGB (Red+Green+Blue) = 194+29+136=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21D88 is #3DE277. Grayscale: #5A5A5A. Windows color (decimal): -4055672 or 8920514. OLE color: 8920514.

HSL color Cylindrical-coordinate representation of color #C21D88: hue angle of 321.09º 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 #C21D88 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB19429136-
CMYK00.850.300.24
HSL321.09º73.99%43.73%-
HSV(B)321.09º85.05%76.08%-
XYZ27.1314.1324.59-
YUV90.53153.66201.8-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.04%
GREEN value IS 29 (11.72% from 255) = 8.08%
BLUE value IS 136 (53.52% from 255) = 37.88%
R=54.04%
G=8.08%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942913600.850.300.24321.0973.9943.73
HexC21D880551E181414a2c
Octal302352100125363050111254
Binary1100001011101100010000101010111110110001010000011001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21D88; }

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

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

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

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

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

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

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

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