#C03299

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

Shades of Medium Red Violet #C03299

Tints of Medium Red Violet #C03299

Color information

#C03299 (or 0xC03299) is unknown color: approx Medium Red Violet. HEX triplet: C0, 32 and 99. RGB value is (192,50,153). Sum of RGB (Red+Green+Blue) = 192+50+153=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 50 (19.92% from 255 or 12.66% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C03299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03299 is #3FCD66. Grayscale: #676767. Windows color (decimal): -4181351 or 10040000. OLE color: 10040000.

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

Color convert

RGB19250153-
CMYK00.740.200.25
HSL316.48º58.68%47.45%-
HSV(B)316.48º73.96%75.29%-
XYZ28.6315.7931.68-
YUV104.2155.54190.62-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 50 (19.92% from 255) = 12.66%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=48.61%
G=12.66%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925015300.740.200.25316.4858.6847.45
HexC0329904A141913c3b2f
Octal30062231011224314747357
Binary1100000011001010011001010010101010011001100111100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03299; }

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

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

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

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

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

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

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

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