#C908C2

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

Shades of Deep Magenta #C908C2

Tints of Deep Magenta #C908C2

Color information

#C908C2 (or 0xC908C2) is unknown color: approx Deep Magenta. HEX triplet: C9, 08 and C2. RGB value is (201,8,194). Sum of RGB (Red+Green+Blue) = 201+8+194=403 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.88% from 403); Green value is 8 (3.52% from 255 or 1.99% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 201 - color contains mainly: red. Hex color #C908C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908C2 is #36F73D. Grayscale: #565656. Windows color (decimal): -3602238 or 12716233. OLE color: 12716233.

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

Color convert

RGB2018194-
CMYK00.960.030.21
HSL302.18º92.34%40.98%-
HSV(B)302.18º96.02%78.82%-
XYZ33.9116.4952.43-
YUV86.91188.44209.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.88%
GREEN value IS 8 (3.52% from 255) = 1.99%
BLUE value IS 194 (76.17% from 255) = 48.14%
R=49.88%
G=1.99%
B=48.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201819400.960.030.21302.1892.3440.98
HexC98C206031512e5c29
Octal31110302014032545613451
Binary110010011000110000100110000011101011001011101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C908C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C908C2; }

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

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

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

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

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

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

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

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