#C00388

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

Shades of Medium Violet Red #C00388

Tints of Medium Violet Red #C00388

Color information

#C00388 (or 0xC00388) is unknown color: approx Medium Violet Red. HEX triplet: C0, 03 and 88. RGB value is (192,3,136). Sum of RGB (Red+Green+Blue) = 192+3+136=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C00388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00388 is #3FFC77. Grayscale: #4A4A4A. Windows color (decimal): -4193400 or 8913856. OLE color: 8913856.

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

Color convert

RGB1923136-
CMYK00.980.290.25
HSL317.78º96.92%38.24%-
HSV(B)317.78º98.44%75.29%-
XYZ26.2113.0524.43-
YUV74.67162.62211.69-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.01%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=58.01%
G=0.91%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192313600.980.290.25317.7896.9238.24
HexC03880621D1913e6126
Octal30032100142353147614146
Binary1100000011100010000110001011101110011001111101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00388; }

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

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

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

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

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

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

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

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