#C01C82

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

Shades of Medium Violet Red #C01C82

Tints of Medium Violet Red #C01C82

Color information

#C01C82 (or 0xC01C82) is unknown color: approx Medium Violet Red. HEX triplet: C0, 1C and 82. RGB value is (192,28,130). Sum of RGB (Red+Green+Blue) = 192+28+130=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 28 (11.33% from 255 or 8% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C01C82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01C82 is #3FE37D. Grayscale: #585858. Windows color (decimal): -4187006 or 8527040. OLE color: 8527040.

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

Color convert

RGB19228130-
CMYK00.850.320.25
HSL322.68º74.55%43.14%-
HSV(B)322.68º85.42%75.29%-
XYZ26.1813.6522.37-
YUV88.66151.33201.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.86%
GREEN value IS 28 (11.33% from 255) = 8%
BLUE value IS 130 (51.17% from 255) = 37.14%
R=54.86%
G=8%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922813000.850.320.25322.6874.5543.14
HexC01C8205520191434b2b
Octal300342020125403150311353
Binary11000000111001000001001010101100000110011010000111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01C82; }

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

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

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

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

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

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

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

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