Html Css Color HEX #C91DDF Deep Magenta

📋 copy color: '#C91DDF'

red 201 ◦ green 29 ◦ blue 223

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

Shades of Deep Magenta #C91DDF

Tints of Deep Magenta #C91DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.23%

R = 44.37%
G = 6.4%
B = 49.23%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C91DDF (or 0xC91DDF) is known color: Deep Magenta. HEX triplet: C9, 1D and DF. RGB value is (201,29,223). Sum of RGB (Red+Green+Blue) = 201+29+223=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #C91DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91DDF is #36E220. Grayscale: #656565. Windows color (decimal): -3596833 or 14622153. OLE color: 14622153.

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

Color convert

RGB 201 29 223 -
CMYK 0.10 0.87 0 0.13
HSL 293.2º 0.77% 0.49% -
HSV(B) 293.2º 0.87% 0.87% -
XYZ 37.85 18.62 71.41 -
YUV 102.54 195.98 198.23 -
System Red Green Blue C M Y K H S L
Decimal 201 29 223 0.10 0.87 0 0.13 293.2 0.77 0.49
Hex C9 1D DF A 57 0 D 125 4D 31
Octal 311 35 337 12 127 0 15 445 115 61
Binary 11001001 11101 11011111 1010 1010111 0 1101 100100101 1001101 110001

Color Harmonies of #C91DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91DDF

Black with #C91DDF

Text Example


Text Example

White with #C91DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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