#C00289

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

Shades of Medium Violet Red #C00289

Tints of Medium Violet Red #C00289

Color information

#C00289 (or 0xC00289) is unknown color: approx Medium Violet Red. HEX triplet: C0, 02 and 89. RGB value is (192,2,137). Sum of RGB (Red+Green+Blue) = 192+2+137=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 137 (53.91% from 255 or 41.39% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C00289 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00289 is #3FFD76. Grayscale: #494949. Windows color (decimal): -4193655 or 8979136. OLE color: 8979136.

HSL color Cylindrical-coordinate representation of color #C00289: hue angle of 317.37º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00289 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB1922137-
CMYK00.990.290.25
HSL317.37º97.94%38.04%-
HSV(B)317.37º98.96%75.29%-
XYZ26.2813.0624.8-
YUV74.2163.45212.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.01%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 137 (53.91% from 255) = 41.39%
R=58.01%
G=0.60%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192213700.990.290.25317.3797.9438.04
HexC02890631D1913d6226
Octal30022110143353147514246
Binary1100000010100010010110001111101110011001111011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00289; }

 p { color: rgb(192,2,137); }

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

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

 a { background-color: rgb(192,2,137); }

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

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

 span { border-color: rgb(192,2,137); }

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