Html Css Color HEX #C91DD7 Deep Magenta

📋 copy color: '#C91DD7'

red 201 ◦ green 29 ◦ blue 215

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

Shades of Deep Magenta #C91DD7

Tints of Deep Magenta #C91DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.31%

R = 45.17%
G = 6.52%
B = 48.31%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C91DD7 (or 0xC91DD7) is known color: Deep Magenta. HEX triplet: C9, 1D and D7. RGB value is (201,29,215). Sum of RGB (Red+Green+Blue) = 201+29+215=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #C91DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91DD7 is #36E228. Grayscale: #656565. Windows color (decimal): -3596841 or 14097865. OLE color: 14097865.

HSL color Cylindrical-coordinate representation of color #C91DD7: hue angle of 295.48º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91DD7 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 29 215 -
CMYK 0.07 0.87 0 0.16
HSL 295.48º 0.76% 0.48% -
HSV(B) 295.48º 0.87% 0.84% -
XYZ 36.79 18.2 65.86 -
YUV 101.63 191.98 198.88 -
System Red Green Blue C M Y K H S L
Decimal 201 29 215 0.07 0.87 0 0.16 295.48 0.76 0.48
Hex C9 1D D7 7 57 0 10 127 4C 30
Octal 311 35 327 7 127 0 20 447 114 60
Binary 11001001 11101 11010111 111 1010111 0 10000 100100111 1001100 110000

Color Harmonies of #C91DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91DD7

Black with #C91DD7

Text Example


Text Example

White with #C91DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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