#C00290

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

Shades of Medium Violet Red #C00290

Tints of Medium Violet Red #C00290

Color information

#C00290 (or 0xC00290) is unknown color: approx Medium Violet Red. HEX triplet: C0, 02 and 90. RGB value is (192,2,144). Sum of RGB (Red+Green+Blue) = 192+2+144=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C00290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00290 is #3FFD6F. Grayscale: #4A4A4A. Windows color (decimal): -4193648 or 9437888. OLE color: 9437888.

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

Color convert

RGB1922144-
CMYK00.990.250.25
HSL315.16º97.94%38.04%-
HSV(B)315.16º98.96%75.29%-
XYZ26.7913.2627.53-
YUV75166.95211.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.80%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 144 (56.64% from 255) = 42.60%
R=56.80%
G=0.59%
B=42.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192214400.990.250.25315.1697.9438.04
HexC0290063191913b6226
Octal30022200143313147314246
Binary1100000010100100000110001111001110011001110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00290; }

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

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

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

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

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

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

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

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