#C00D6F

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

Shades of Medium Violet Red #C00D6F

Tints of Medium Violet Red #C00D6F

Color information

#C00D6F (or 0xC00D6F) is unknown color: approx Medium Violet Red. HEX triplet: C0, 0D and 6F. RGB value is (192,13,111). Sum of RGB (Red+Green+Blue) = 192+13+111=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D6F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00D6F is #3FF290. Grayscale: #4D4D4D. Windows color (decimal): -4190865 or 7278016. OLE color: 7278016.

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

Color convert

RGB19213111-
CMYK00.930.420.25
HSL327.15º87.32%40.2%-
HSV(B)327.15º93.23%75.29%-
XYZ24.7512.6416.17-
YUV77.69146.8209.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.76%
GREEN value IS 13 (5.47% from 255) = 4.11%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=60.76%
G=4.11%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921311100.930.420.25327.1587.3240.2
HexC0D6F05D2A191475728
Octal300151570135523150712750
Binary110000001101110111101011101101010110011010001111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00D6F; }

 p { color: rgb(192,13,111); }

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

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

 a { background-color: rgb(192,13,111); }

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

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

 span { border-color: rgb(192,13,111); }

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