Html Css Color HEX #C91DDB Deep Magenta

📋 copy color: '#C91DDB'

red 201 ◦ green 29 ◦ blue 219

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

Shades of Deep Magenta #C91DDB

Tints of Deep Magenta #C91DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.46%

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

R = 44.77%
G = 6.46%
B = 48.78%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C91DDB (or 0xC91DDB) is known color: Deep Magenta. HEX triplet: C9, 1D and DB. RGB value is (201,29,219). Sum of RGB (Red+Green+Blue) = 201+29+219=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #C91DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91DDB is #36E224. Grayscale: #656565. Windows color (decimal): -3596837 or 14360009. OLE color: 14360009.

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

Color convert

RGB 201 29 219 -
CMYK 0.08 0.87 0 0.14
HSL 294.32º 0.77% 0.49% -
HSV(B) 294.32º 0.87% 0.86% -
XYZ 37.31 18.41 68.6 -
YUV 102.09 193.98 198.55 -
System Red Green Blue C M Y K H S L
Decimal 201 29 219 0.08 0.87 0 0.14 294.32 0.77 0.49
Hex C9 1D DB 8 57 0 E 126 4D 31
Octal 311 35 333 10 127 0 16 446 115 61
Binary 11001001 11101 11011011 1000 1010111 0 1110 100100110 1001101 110001

Color Harmonies of #C91DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91DDB

Black with #C91DDB

Text Example


Text Example

White with #C91DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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