#C00399

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

Shades of Medium Violet Red #C00399

Tints of Medium Violet Red #C00399

Color information

#C00399 (or 0xC00399) is unknown color: approx Medium Violet Red. HEX triplet: C0, 03 and 99. RGB value is (192,3,153). Sum of RGB (Red+Green+Blue) = 192+3+153=348 (46% of max value = 765). Red value is 192 (75.39% from 255 or 55.17% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 192 - color contains mainly: red. Hex color #C00399 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00399 is #3FFC66. Grayscale: #4C4C4C. Windows color (decimal): -4193383 or 10027968. OLE color: 10027968.

HSL color Cylindrical-coordinate representation of color #C00399: hue angle of 312.38º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C00399 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB1923153-
CMYK00.980.200.25
HSL312.38º96.92%38.24%-
HSV(B)312.38º98.44%75.29%-
XYZ27.5213.5731.31-
YUV76.61171.12210.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.17%
GREEN value IS 3 (1.56% from 255) = 0.86%
BLUE value IS 153 (60.16% from 255) = 43.97%
R=55.17%
G=0.86%
B=43.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192315300.980.200.25312.3896.9238.24
HexC039906214191386126
Octal30032310142243147014146
Binary1100000011100110010110001010100110011001110001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00399; }

 p { color: rgb(192,3,153); }

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

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

 a { background-color: rgb(192,3,153); }

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

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

 span { border-color: rgb(192,3,153); }

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