#C62088

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

Shades of Medium Violet Red #C62088

Tints of Medium Violet Red #C62088

Color information

#C62088 (or 0xC62088) is unknown color: approx Medium Violet Red. HEX triplet: C6, 20 and 88. RGB value is (198,32,136). Sum of RGB (Red+Green+Blue) = 198+32+136=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C62088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62088 is #39DF77. Grayscale: #5D5D5D. Windows color (decimal): -3792760 or 8921286. OLE color: 8921286.

HSL color Cylindrical-coordinate representation of color #C62088: hue angle of 322.41º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62088 is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB19832136-
CMYK00.840.310.22
HSL322.41º72.17%45.1%-
HSV(B)322.41º83.84%77.65%-
XYZ28.2514.8224.66-
YUV93.49152202.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.10%
GREEN value IS 32 (12.89% from 255) = 8.74%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=54.10%
G=8.74%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1983213600.840.310.22322.4172.1745.1
HexC620880541F16142482d
Octal306402100124372650211055
Binary11000110100000100010000101010011111101101010000101001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62088; }

 p { color: rgb(198,32,136); }

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

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

 a { background-color: rgb(198,32,136); }

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

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

 span { border-color: rgb(198,32,136); }

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