#C01BA6

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

Shades of Medium Violet Red #C01BA6

Tints of Medium Violet Red #C01BA6

Color information

#C01BA6 (or 0xC01BA6) is unknown color: approx Medium Violet Red. HEX triplet: C0, 1B and A6. RGB value is (192,27,166). Sum of RGB (Red+Green+Blue) = 192+27+166=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C01BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01BA6 is #3FE459. Grayscale: #5B5B5B. Windows color (decimal): -4187226 or 10886080. OLE color: 10886080.

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

Color convert

RGB19227166-
CMYK00.860.140.25
HSL309.45º75.34%42.94%-
HSV(B)309.45º85.94%75.29%-
XYZ29.0114.7437.39-
YUV92.18169.66199.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 27 (10.94% from 255) = 7.01%
BLUE value IS 166 (65.23% from 255) = 43.12%
R=49.87%
G=7.01%
B=43.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1922716600.860.140.25309.4575.3442.94
HexC01BA6056E191354b2b
Octal300332460126163146511353
Binary110000001101110100110010101101110110011001101011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01BA6; }

 p { color: rgb(192,27,166); }

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

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

 a { background-color: rgb(192,27,166); }

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

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

 span { border-color: rgb(192,27,166); }

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