#C03377

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

Shades of Medium Red Violet #C03377

Tints of Medium Red Violet #C03377

Color information

#C03377 (or 0xC03377) is unknown color: approx Medium Red Violet. HEX triplet: C0, 33 and 77. RGB value is (192,51,119). Sum of RGB (Red+Green+Blue) = 192+51+119=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 51 (20.31% from 255 or 14.09% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C03377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03377 is #3FCC88. Grayscale: #646464. Windows color (decimal): -4181129 or 7812032. OLE color: 7812032.

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

Color convert

RGB19251119-
CMYK00.730.380.25
HSL331.06º58.02%47.65%-
HSV(B)331.06º73.44%75.29%-
XYZ26.2514.9118.95-
YUV100.91138.21192.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.04%
GREEN value IS 51 (20.31% from 255) = 14.09%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=53.04%
G=14.09%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925111900.730.380.25331.0658.0247.65
HexC03377049261914b3a30
Octal30063167011146315137260
Binary1100000011001111101110100100110011011001101001011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03377; }

 p { color: rgb(192,51,119); }

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

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

 a { background-color: rgb(192,51,119); }

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

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

 span { border-color: rgb(192,51,119); }

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