#C902A0

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

Shades of Medium Violet Red #C902A0

Tints of Medium Violet Red #C902A0

Color information

#C902A0 (or 0xC902A0) is unknown color: approx Medium Violet Red. HEX triplet: C9, 02 and A0. RGB value is (201,2,160). Sum of RGB (Red+Green+Blue) = 201+2+160=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C902A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C902A0 is #36FD5F. Grayscale: #4F4F4F. Windows color (decimal): -3603808 or 10486473. OLE color: 10486473.

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

Color convert

RGB2012160-
CMYK00.990.200.21
HSL312.36º98.03%39.8%-
HSV(B)312.36º99%78.82%-
XYZ30.451534.55-
YUV79.51173.43214.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.37%
GREEN value IS 2 (1.17% from 255) = 0.55%
BLUE value IS 160 (62.89% from 255) = 44.08%
R=55.37%
G=0.55%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201216000.990.200.21312.3698.0339.8
HexC92A006314151386228
Octal31122400143242547014250
Binary1100100110101000000110001110100101011001110001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C902A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C902A0; }

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

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

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

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

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

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

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

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