Html Css Color HEX #C906DB Deep Magenta

📋 copy color: '#C906DB'

red 201 ◦ green 6 ◦ blue 219

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

Shades of Deep Magenta #C906DB

Tints of Deep Magenta #C906DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.41%

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

R = 47.18%
G = 1.41%
B = 51.41%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C906DB (or 0xC906DB) is known color: Deep Magenta. HEX triplet: C9, 06 and DB. RGB value is (201,6,219). Sum of RGB (Red+Green+Blue) = 201+6+219=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 6 (2.73% from 255 or 1.41% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #C906DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C906DB is #36F924. Grayscale: #575757. Windows color (decimal): -3602725 or 14354121. OLE color: 14354121.

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

Color convert

RGB 201 6 219 -
CMYK 0.08 0.97 0 0.14
HSL 294.93º 0.95% 0.44% -
HSV(B) 294.93º 0.97% 0.86% -
XYZ 36.94 17.66 68.48 -
YUV 88.59 201.6 208.18 -
System Red Green Blue C M Y K H S L
Decimal 201 6 219 0.08 0.97 0 0.14 294.93 0.95 0.44
Hex C9 6 DB 8 61 0 E 127 5F 2C
Octal 311 6 333 10 141 0 16 447 137 54
Binary 11001001 110 11011011 1000 1100001 0 1110 100100111 1011111 101100

Color Harmonies of #C906DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C906DB

Black with #C906DB

Text Example


Text Example

White with #C906DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C906DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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