#c90cb9

Color #C90CB9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C90CB9

Tints of Deep Magenta #C90CB9

Color information

#C90CB9 (or 0xC90CB9) is unknown color: approx Deep Magenta. HEX triplet: C9, 0C and B9. RGB value is (201,12,185). Sum of RGB (Red+Green+Blue) = 201+12+185=398 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.50% from 398); Green value is 12 (5.08% from 255 or 3.02% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 201 - color contains mainly: red. Hex color #C90CB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90CB9 is #36F346. Grayscale: #575757. Windows color (decimal): -3601223 or 12127433. OLE color: 12127433.

HSL color Cylindrical-coordinate representation of color #C90CB9: hue angle of 305.08º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C90CB9 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB20112185-
CMYK00.940.080.21
HSL305.08º88.73%41.76%-
HSV(B)305.08º94.03%78.82%-
XYZ32.9816.1847.28-
YUV88.23182.62208.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.50%
GREEN value IS 12 (5.08% from 255) = 3.02%
BLUE value IS 185 (72.66% from 255) = 46.48%
R=50.50%
G=3.02%
B=46.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011218500.940.080.21305.0888.7341.76
HexC9CB905E815131592a
Octal311142710136102546113152
Binary11001001110010111001010111101000101011001100011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c90cb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c90cb9; }

 p { color: rgb(201,12,185); }

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

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

 a { background-color: rgb(201,12,185); }

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

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

 span { border-color: rgb(201,12,185); }

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