#C03378

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

Shades of Medium Red Violet #C03378

Tints of Medium Red Violet #C03378

Color information

#C03378 (or 0xC03378) is unknown color: approx Medium Red Violet. HEX triplet: C0, 33 and 78. RGB value is (192,51,120). Sum of RGB (Red+Green+Blue) = 192+51+120=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 51 (20.31% from 255 or 14.05% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C03378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03378 is #3FCC87. Grayscale: #646464. Windows color (decimal): -4181128 or 7877568. OLE color: 7877568.

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

Color convert

RGB19251120-
CMYK00.730.380.25
HSL330.64º58.02%47.65%-
HSV(B)330.64º73.44%75.29%-
XYZ26.3114.9319.26-
YUV101.02138.71192.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.89%
GREEN value IS 51 (20.31% from 255) = 14.05%
BLUE value IS 120 (47.27% from 255) = 33.06%
R=52.89%
G=14.05%
B=33.06%

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
Decimal1925112000.730.380.25330.6458.0247.65
HexC03378049261914b3a30
Octal30063170011146315137260
Binary1100000011001111110000100100110011011001101001011111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03378; }

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

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

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

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

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

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

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

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