#C00386

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

Shades of Medium Violet Red #C00386

Tints of Medium Violet Red #C00386

Color information

#C00386 (or 0xC00386) is unknown color: approx Medium Violet Red. HEX triplet: C0, 03 and 86. RGB value is (192,3,134). Sum of RGB (Red+Green+Blue) = 192+3+134=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C00386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00386 is #3FFC79. Grayscale: #4A4A4A. Windows color (decimal): -4193402 or 8782784. OLE color: 8782784.

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

Color convert

RGB1923134-
CMYK00.980.300.25
HSL318.41º96.92%38.24%-
HSV(B)318.41º98.44%75.29%-
XYZ26.0712.9923.69-
YUV74.45161.62211.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.36%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 134 (52.73% from 255) = 40.73%
R=58.36%
G=0.91%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192313400.980.300.25318.4196.9238.24
HexC03860621E1913e6126
Octal30032060142363147614146
Binary1100000011100001100110001011110110011001111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00386; }

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

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

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

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

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

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

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

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