Html Css Color HEX #C91DDA Deep Magenta

📋 copy color: '#C91DDA'

red 201 ◦ green 29 ◦ blue 218

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

Shades of Deep Magenta #C91DDA

Tints of Deep Magenta #C91DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 44.87%
G = 6.47%
B = 48.66%

CMYK

 C value IS 0.08

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C91DDA (or 0xC91DDA) is known color: Deep Magenta. HEX triplet: C9, 1D and DA. RGB value is (201,29,218). Sum of RGB (Red+Green+Blue) = 201+29+218=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #C91DDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91DDA is #36E225. Grayscale: #656565. Windows color (decimal): -3596838 or 14294473. OLE color: 14294473.

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

Color convert

RGB 201 29 218 -
CMYK 0.08 0.87 0 0.15
HSL 294.6º 0.77% 0.48% -
HSV(B) 294.6º 0.87% 0.85% -
XYZ 37.18 18.36 67.91 -
YUV 101.97 193.48 198.63 -
System Red Green Blue C M Y K H S L
Decimal 201 29 218 0.08 0.87 0 0.15 294.6 0.77 0.48
Hex C9 1D DA 8 57 0 F 127 4D 30
Octal 311 35 332 10 127 0 17 447 115 60
Binary 11001001 11101 11011010 1000 1010111 0 1111 100100111 1001101 110000

Color Harmonies of #C91DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91DDA

Black with #C91DDA

Text Example


Text Example

White with #C91DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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