#C21B70

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

Shades of Medium Violet Red #C21B70

Tints of Medium Violet Red #C21B70

Color information

#C21B70 (or 0xC21B70) is unknown color: approx Medium Violet Red. HEX triplet: C2, 1B and 70. RGB value is (194,27,112). Sum of RGB (Red+Green+Blue) = 194+27+112=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C21B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21B70 is #3DE48F. Grayscale: #565656. Windows color (decimal): -4056208 or 7347138. OLE color: 7347138.

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

Color convert

RGB19427112-
CMYK00.860.420.24
HSL329.46º75.57%43.33%-
HSV(B)329.46º86.08%76.08%-
XYZ25.5613.4216.57-
YUV86.62142.33204.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 58.26%
GREEN value IS 27 (10.94% from 255) = 8.11%
BLUE value IS 112 (44.14% from 255) = 33.63%
R=58.26%
G=8.11%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1942711200.860.420.24329.4675.5743.33
HexC21B700562A181494c2b
Octal302331600126523051111453
Binary1100001011011111000001010110101010110001010010011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C21B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C21B70; }

 p { color: rgb(194,27,112); }

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

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

 a { background-color: rgb(194,27,112); }

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

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

 span { border-color: rgb(194,27,112); }

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