#C0216C

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

Shades of Medium Violet Red #C0216C

Tints of Medium Violet Red #C0216C

Color information

#C0216C (or 0xC0216C) is unknown color: approx Medium Violet Red. HEX triplet: C0, 21 and 6C. RGB value is (192,33,108). Sum of RGB (Red+Green+Blue) = 192+33+108=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C0216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0216C is #3FDE93. Grayscale: #585858. Windows color (decimal): -4185748 or 7086528. OLE color: 7086528.

HSL color Cylindrical-coordinate representation of color #C0216C: hue angle of 331.7º 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 #C0216C is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19233108-
CMYK00.830.440.25
HSL331.7º70.67%44.12%-
HSV(B)331.7º82.81%75.29%-
XYZ24.9913.3815.45-
YUV89.09138.68201.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 57.66%
GREEN value IS 33 (13.28% from 255) = 9.91%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=57.66%
G=9.91%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923310800.830.440.25331.770.6744.12
HexC0216C0532C1914c472c
Octal300411540123543151410754
Binary11000000100001110110001010011101100110011010011001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0216C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0216C; }

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

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

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

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

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

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

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

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