#C00BA4

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

Shades of Medium Violet Red #C00BA4

Tints of Medium Violet Red #C00BA4

Color information

#C00BA4 (or 0xC00BA4) is unknown color: approx Medium Violet Red. HEX triplet: C0, 0B and A4. RGB value is (192,11,164). Sum of RGB (Red+Green+Blue) = 192+11+164=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C00BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00BA4 is #3FF45B. Grayscale: #525252. Windows color (decimal): -4191324 or 10750912. OLE color: 10750912.

HSL color Cylindrical-coordinate representation of color #C00BA4: hue angle of 309.28º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00BA4 is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19211164-
CMYK00.940.150.25
HSL309.28º89.16%39.8%-
HSV(B)309.28º94.27%75.29%-
XYZ28.5614.1336.34-
YUV82.56173.97206.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 11 (4.69% from 255) = 3.00%
BLUE value IS 164 (64.45% from 255) = 44.69%
R=52.32%
G=3.00%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921116400.940.150.25309.2889.1639.8
HexC0BA405EF191355928
Octal300132440136173146513150
Binary11000000101110100100010111101111110011001101011011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00BA4; }

 p { color: rgb(192,11,164); }

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

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

 a { background-color: rgb(192,11,164); }

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

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

 span { border-color: rgb(192,11,164); }

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