Html Css Color HEX #C91AD1 Deep Magenta

📋 copy color: '#C91AD1'

red 201 ◦ green 26 ◦ blue 209

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

Shades of Deep Magenta #C91AD1

Tints of Deep Magenta #C91AD1

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.96%

 BLUE value IS 209 (82.03% from 255) = 47.94%

R = 46.1%
G = 5.96%
B = 47.94%

CMYK

 C value IS 0.04

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C91AD1 (or 0xC91AD1) is known color: Deep Magenta. HEX triplet: C9, 1A and D1. RGB value is (201,26,209). Sum of RGB (Red+Green+Blue) = 201+26+209=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 209 (82.03% from 255 or 47.94% from 436); Max value from RGB is 209 - color contains mainly: blue. Hex color #C91AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91AD1 is #36E52E. Grayscale: #626262. Windows color (decimal): -3597615 or 13703881. OLE color: 13703881.

HSL color Cylindrical-coordinate representation of color #C91AD1: hue angle of 297.38º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91AD1 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 26 209 -
CMYK 0.04 0.88 0 0.18
HSL 297.38º 0.78% 0.46% -
HSV(B) 297.38º 0.88% 0.82% -
XYZ 35.97 17.76 61.85 -
YUV 99.19 189.98 200.62 -
System Red Green Blue C M Y K H S L
Decimal 201 26 209 0.04 0.88 0 0.18 297.38 0.78 0.46
Hex C9 1A D1 4 58 0 12 129 4E 2E
Octal 311 32 321 4 130 0 22 451 116 56
Binary 11001001 11010 11010001 100 1011000 0 10010 100101001 1001110 101110

Color Harmonies of #C91AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91AD1

Black with #C91AD1

Text Example


Text Example

White with #C91AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91AD1; }

 p { color: rgb(201,26,209); }

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

background-color css

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

 a { background-color: rgb(201,26,209); }

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

border-color css

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

 span { border-color: rgb(201,26,209); }

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