#C00F9A

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

Shades of Medium Violet Red #C00F9A

Tints of Medium Violet Red #C00F9A

Color information

#C00F9A (or 0xC00F9A) is unknown color: approx Medium Violet Red. HEX triplet: C0, 0F and 9A. RGB value is (192,15,154). Sum of RGB (Red+Green+Blue) = 192+15+154=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C00F9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00F9A is #3FF065. Grayscale: #535353. Windows color (decimal): -4190310 or 10096576. OLE color: 10096576.

HSL color Cylindrical-coordinate representation of color #C00F9A: hue angle of 312.88º degrees, saturation: 0.86, 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 #C00F9A is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB19215154-
CMYK00.920.200.25
HSL312.88º85.51%40.59%-
HSV(B)312.88º92.19%75.29%-
XYZ27.7413.8831.79-
YUV83.77167.64205.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.19%
GREEN value IS 15 (6.25% from 255) = 4.16%
BLUE value IS 154 (60.55% from 255) = 42.66%
R=53.19%
G=4.16%
B=42.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921515400.920.200.25312.8885.5140.59
HexC0F9A05C14191395629
Octal300172320134243147112651
Binary110000001111100110100101110010100110011001110011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00F9A; }

 p { color: rgb(192,15,154); }

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

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

 a { background-color: rgb(192,15,154); }

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

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

 span { border-color: rgb(192,15,154); }

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