Html Css Color HEX #C908DB Deep Magenta

📋 copy color: '#C908DB'

red 201 ◦ green 8 ◦ blue 219

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

Shades of Deep Magenta #C908DB

Tints of Deep Magenta #C908DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 46.96%
G = 1.87%
B = 51.17%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C908DB (or 0xC908DB) is known color: Deep Magenta. HEX triplet: C9, 08 and DB. RGB value is (201,8,219). Sum of RGB (Red+Green+Blue) = 201+8+219=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #C908DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C908DB is #36F724. Grayscale: #595959. Windows color (decimal): -3602213 or 14354633. OLE color: 14354633.

HSL color Cylindrical-coordinate representation of color #C908DB: hue angle of 294.88º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C908DB is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 8 219 -
CMYK 0.08 0.96 0 0.14
HSL 294.88º 0.93% 0.45% -
HSV(B) 294.88º 0.96% 0.86% -
XYZ 36.96 17.71 68.49 -
YUV 89.76 200.94 207.34 -
System Red Green Blue C M Y K H S L
Decimal 201 8 219 0.08 0.96 0 0.14 294.88 0.93 0.45
Hex C9 8 DB 8 60 0 E 127 5D 2D
Octal 311 10 333 10 140 0 16 447 135 55
Binary 11001001 1000 11011011 1000 1100000 0 1110 100100111 1011101 101101

Color Harmonies of #C908DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C908DB

Black with #C908DB

Text Example


Text Example

White with #C908DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C908DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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