#C01882

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

Shades of Medium Violet Red #C01882

Tints of Medium Violet Red #C01882

Color information

#C01882 (or 0xC01882) is unknown color: approx Medium Violet Red. HEX triplet: C0, 18 and 82. RGB value is (192,24,130). Sum of RGB (Red+Green+Blue) = 192+24+130=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C01882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C01882 is #3FE77D. Grayscale: #565656. Windows color (decimal): -4188030 or 8526016. OLE color: 8526016.

HSL color Cylindrical-coordinate representation of color #C01882: hue angle of 322.14º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C01882 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19224130-
CMYK00.880.320.25
HSL322.14º77.78%42.35%-
HSV(B)322.14º87.5%75.29%-
XYZ26.0913.4722.34-
YUV86.32152.66203.38-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.49%
GREEN value IS 24 (9.77% from 255) = 6.94%
BLUE value IS 130 (51.17% from 255) = 37.57%
R=55.49%
G=6.94%
B=37.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922413000.880.320.25322.1477.7842.35
HexC0188205820191424e2a
Octal300302020130403150211652
Binary11000000110001000001001011000100000110011010000101001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01882; }

 p { color: rgb(192,24,130); }

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

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

 a { background-color: rgb(192,24,130); }

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

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

 span { border-color: rgb(192,24,130); }

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