Html Css Color HEX #C908BB Deep Magenta

📋 copy color: '#C908BB'

red 201 ◦ green 8 ◦ blue 187

#C908BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #C908BB

Tints of Deep Magenta #C908BB

RGB

 RED value IS 201 (78.91% from 255) = 50.76%

 GREEN value IS 8 (3.52% from 255) = 2.02%

 BLUE value IS 187 (73.44% from 255) = 47.22%

R = 50.76%
G = 2.02%
B = 47.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C908BB (or 0xC908BB) is known color: Deep Magenta. HEX triplet: C9, 08 and BB. RGB value is (201,8,187). Sum of RGB (Red+Green+Blue) = 201+8+187=396 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.76% from 396); Green value is 8 (3.52% from 255 or 2.02% from 396); Blue value is 187 (73.44% from 255 or 47.22% from 396); Max value from RGB is 201 - color contains mainly: red. Hex color #C908BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908BB is #36F744. Grayscale: #555555. Windows color (decimal): -3602245 or 12257481. OLE color: 12257481.

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

Color convert

RGB 201 8 187 -
CMYK 0 0.96 0.07 0.21
HSL 304.35º 0.92% 0.41% -
HSV(B) 304.35º 0.96% 0.79% -
XYZ 33.14 16.18 48.39 -
YUV 86.11 184.94 209.95 -
System Red Green Blue C M Y K H S L
Decimal 201 8 187 0 0.96 0.07 0.21 304.35 0.92 0.41
Hex C9 8 BB 0 60 7 15 130 5C 29
Octal 311 10 273 0 140 7 25 460 134 51
Binary 11001001 1000 10111011 0 1100000 111 10101 100110000 1011100 101001

Color Harmonies of #C908BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908BB

Black with #C908BB

Text Example


Text Example

White with #C908BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908BB; }

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

 H1.HeaderClassName
 {
   color: #C908BB;
 }
 .AnyTagClassName
 {
   color: #C908BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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