#C908A2

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

Shades of Medium Violet Red #C908A2

Tints of Medium Violet Red #C908A2

Color information

#C908A2 (or 0xC908A2) is unknown color: approx Medium Violet Red. HEX triplet: C9, 08 and A2. RGB value is (201,8,162). Sum of RGB (Red+Green+Blue) = 201+8+162=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 8 (3.52% from 255 or 2.16% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C908A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C908A2 is #36F75D. Grayscale: #525252. Windows color (decimal): -3602270 or 10619081. OLE color: 10619081.

HSL color Cylindrical-coordinate representation of color #C908A2: hue angle of 312.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908A2 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB2018162-
CMYK00.960.190.21
HSL312.12º92.34%40.98%-
HSV(B)312.12º96.02%78.82%-
XYZ30.715.235.5-
YUV83.26172.44211.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.18%
GREEN value IS 8 (3.52% from 255) = 2.16%
BLUE value IS 162 (63.67% from 255) = 43.67%
R=54.18%
G=2.16%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201816200.960.190.21312.1292.3440.98
HexC98A206013151385c29
Octal311102420140232547013451
Binary110010011000101000100110000010011101011001110001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C908A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C908A2; }

 p { color: rgb(201,8,162); }

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

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

 a { background-color: rgb(201,8,162); }

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

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

 span { border-color: rgb(201,8,162); }

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