#C908CB

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

Shades of Deep Magenta #C908CB

Tints of Deep Magenta #C908CB

Color information

#C908CB (or 0xC908CB) is unknown color: approx Deep Magenta. HEX triplet: C9, 08 and CB. RGB value is (201,8,203). Sum of RGB (Red+Green+Blue) = 201+8+203=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 8 (3.52% from 255 or 1.94% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #C908CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908CB is #36F734. Grayscale: #575757. Windows color (decimal): -3602229 or 13306057. OLE color: 13306057.

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

Color convert

RGB2018203-
CMYK0.010.9600.20
HSL299.38º92.42%41.37%-
HSV(B)299.38º96.06%79.61%-
XYZ34.9516.957.92-
YUV87.94192.94208.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.79%
GREEN value IS 8 (3.52% from 255) = 1.94%
BLUE value IS 203 (79.69% from 255) = 49.27%
R=48.79%
G=1.94%
B=49.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20182030.010.9600.20299.3892.4241.37
HexC98CB16001412b5c29
Octal31110313114002445313451
Binary11001001100011001011111000000101001001010111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C908CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C908CB; }

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

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

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

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

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

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

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

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