#C01092

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

Shades of Medium Violet Red #C01092

Tints of Medium Violet Red #C01092

Color information

#C01092 (or 0xC01092) is unknown color: approx Medium Violet Red. HEX triplet: C0, 10 and 92. RGB value is (192,16,146). Sum of RGB (Red+Green+Blue) = 192+16+146=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 16 (6.64% from 255 or 4.52% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C01092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01092 is #3FEF6D. Grayscale: #535353. Windows color (decimal): -4190062 or 9572544. OLE color: 9572544.

HSL color Cylindrical-coordinate representation of color #C01092: hue angle of 315.68º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C01092 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19216146-
CMYK00.920.240.25
HSL315.68º84.62%40.78%-
HSV(B)315.68º91.67%75.29%-
XYZ27.1113.6528.4-
YUV83.44163.31205.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 16 (6.64% from 255) = 4.52%
BLUE value IS 146 (57.42% from 255) = 41.24%
R=54.24%
G=4.52%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921614600.920.240.25315.6884.6240.78
HexC0109205C181913c5529
Octal300202220134303147412551
Binary1100000010000100100100101110011000110011001111001010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01092; }

 p { color: rgb(192,16,146); }

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

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

 a { background-color: rgb(192,16,146); }

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

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

 span { border-color: rgb(192,16,146); }

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