#C0216E

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

Shades of Medium Violet Red #C0216E

Tints of Medium Violet Red #C0216E

Color information

#C0216E (or 0xC0216E) is unknown color: approx Medium Violet Red. HEX triplet: C0, 21 and 6E. RGB value is (192,33,110). Sum of RGB (Red+Green+Blue) = 192+33+110=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0216E is #3FDE91. Grayscale: #595959. Windows color (decimal): -4185746 or 7217600. OLE color: 7217600.

HSL color Cylindrical-coordinate representation of color #C0216E: hue angle of 330.94º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0216E is Cyan = 0, Magento = 0.83, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19233110-
CMYK00.830.430.25
HSL330.94º70.67%44.12%-
HSV(B)330.94º82.81%75.29%-
XYZ25.113.4216.02-
YUV89.32139.68201.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.31%
GREEN value IS 33 (13.28% from 255) = 9.85%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=57.31%
G=9.85%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923311000.830.430.25330.9470.6744.12
HexC0216E0532B1914b472c
Octal300411560123533151310754
Binary11000000100001110111001010011101011110011010010111000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0216E; }

 p { color: rgb(192,33,110); }

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

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

 a { background-color: rgb(192,33,110); }

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

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

 span { border-color: rgb(192,33,110); }

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