#C90284

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

Shades of Medium Violet Red #C90284

Tints of Medium Violet Red #C90284

Color information

#C90284 (or 0xC90284) is unknown color: approx Medium Violet Red. HEX triplet: C9, 02 and 84. RGB value is (201,2,132). Sum of RGB (Red+Green+Blue) = 201+2+132=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C90284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C90284 is #36FD7B. Grayscale: #4C4C4C. Windows color (decimal): -3603836 or 8651465. OLE color: 8651465.

HSL color Cylindrical-coordinate representation of color #C90284: hue angle of 320.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C90284 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB2012132-
CMYK00.990.340.21
HSL320.8º98.03%39.8%-
HSV(B)320.8º99%78.82%-
XYZ28.2714.1323.07-
YUV76.32159.43216.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=60%
G=0.60%
B=39.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201213200.990.340.21320.898.0339.8
HexC928406322151416228
Octal31122040143422550114250
Binary11001001101000010001100011100010101011010000011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C90284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C90284; }

 p { color: rgb(201,2,132); }

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

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

 a { background-color: rgb(201,2,132); }

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

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

 span { border-color: rgb(201,2,132); }

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