#C00D8D

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

Shades of Medium Violet Red #C00D8D

Tints of Medium Violet Red #C00D8D

Color information

#C00D8D (or 0xC00D8D) is unknown color: approx Medium Violet Red. HEX triplet: C0, 0D and 8D. RGB value is (192,13,141). Sum of RGB (Red+Green+Blue) = 192+13+141=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C00D8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00D8D is #3FF272. Grayscale: #505050. Windows color (decimal): -4190835 or 9244096. OLE color: 9244096.

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

Color convert

RGB19213141-
CMYK00.930.270.25
HSL317.09º87.32%40.2%-
HSV(B)317.09º93.23%75.29%-
XYZ26.6913.4226.38-
YUV81.11161.8207.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.49%
GREEN value IS 13 (5.47% from 255) = 3.76%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=55.49%
G=3.76%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921314100.930.270.25317.0987.3240.2
HexC0D8D05D1B1913d5728
Octal300152150135333147512750
Binary110000001101100011010101110111011110011001111011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00D8D; }

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

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

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

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

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

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

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

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