#c21f88

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

Shades of Medium Violet Red #C21F88

Tints of Medium Violet Red #C21F88

Color information

#C21F88 (or 0xC21F88) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1F and 88. RGB value is (194,31,136). Sum of RGB (Red+Green+Blue) = 194+31+136=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C21F88 is #3DE077. Grayscale: #5B5B5B. Windows color (decimal): -4055160 or 8921026. OLE color: 8921026.

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

Color convert

RGB19431136-
CMYK00.840.300.24
HSL321.35º72.44%44.12%-
HSV(B)321.35º84.02%76.08%-
XYZ27.1814.2324.61-
YUV91.71153200.96-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.74%
GREEN value IS 31 (12.5% from 255) = 8.59%
BLUE value IS 136 (53.52% from 255) = 37.67%
R=53.74%
G=8.59%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1943113600.840.300.24321.3572.4444.12
HexC21F880541E18141482c
Octal302372100124363050111054
Binary1100001011111100010000101010011110110001010000011001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c21f88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c21f88; }

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

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

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

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

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

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

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

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