#C00D6E

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

Shades of Medium Violet Red #C00D6E

Tints of Medium Violet Red #C00D6E

Color information

#C00D6E (or 0xC00D6E) is unknown color: approx Medium Violet Red. HEX triplet: C0, 0D and 6E. RGB value is (192,13,110). Sum of RGB (Red+Green+Blue) = 192+13+110=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00D6E is #3FF291. Grayscale: #4D4D4D. Windows color (decimal): -4190866 or 7212480. OLE color: 7212480.

HSL color Cylindrical-coordinate representation of color #C00D6E: hue angle of 327.49º 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 #C00D6E is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB19213110-
CMYK00.930.430.25
HSL327.49º87.32%40.2%-
HSV(B)327.49º93.23%75.29%-
XYZ24.712.6215.89-
YUV77.58146.3209.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.95%
GREEN value IS 13 (5.47% from 255) = 4.13%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=60.95%
G=4.13%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921311000.930.430.25327.4987.3240.2
HexC0D6E05D2B191475728
Octal300151560135533150712750
Binary110000001101110111001011101101011110011010001111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00D6E; }

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

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

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

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

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

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

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

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