#C00DA7

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

Shades of Medium Violet Red #C00DA7

Tints of Medium Violet Red #C00DA7

Color information

#C00DA7 (or 0xC00DA7) is unknown color: approx Medium Violet Red. HEX triplet: C0, 0D and A7. RGB value is (192,13,167). Sum of RGB (Red+Green+Blue) = 192+13+167=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 167 (65.62% from 255 or 44.89% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C00DA7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00DA7 is #3FF258. Grayscale: #535353. Windows color (decimal): -4190809 or 10948032. OLE color: 10948032.

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

Color convert

RGB19213167-
CMYK00.930.130.25
HSL308.38º87.32%40.2%-
HSV(B)308.38º93.23%75.29%-
XYZ28.8614.2837.8-
YUV84.08174.8204.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.61%
GREEN value IS 13 (5.47% from 255) = 3.49%
BLUE value IS 167 (65.62% from 255) = 44.89%
R=51.61%
G=3.49%
B=44.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921316700.930.130.25308.3887.3240.2
HexC0DA705DD191345728
Octal300152470135153146412750
Binary11000000110110100111010111011101110011001101001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00DA7; }

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

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

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

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

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

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

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

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