Html Css Color HEX #C91CDD Deep Magenta

📋 copy color: '#C91CDD'

red 201 ◦ green 28 ◦ blue 221

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

Shades of Deep Magenta #C91CDD

Tints of Deep Magenta #C91CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.22%

 BLUE value IS 221 (86.72% from 255) = 49.11%

R = 44.67%
G = 6.22%
B = 49.11%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C91CDD (or 0xC91CDD) is known color: Deep Magenta. HEX triplet: C9, 1C and DD. RGB value is (201,28,221). Sum of RGB (Red+Green+Blue) = 201+28+221=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 28 (11.33% from 255 or 6.22% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #C91CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CDD is #36E322. Grayscale: #656565. Windows color (decimal): -3597091 or 14490825. OLE color: 14490825.

HSL color Cylindrical-coordinate representation of color #C91CDD: hue angle of 293.78º degrees, saturation: 0.78, 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 #C91CDD is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 28 221 -
CMYK 0.09 0.87 0 0.13
HSL 293.78º 0.78% 0.49% -
HSV(B) 293.78º 0.87% 0.87% -
XYZ 37.55 18.47 69.99 -
YUV 101.73 195.31 198.81 -
System Red Green Blue C M Y K H S L
Decimal 201 28 221 0.09 0.87 0 0.13 293.78 0.78 0.49
Hex C9 1C DD 9 57 0 D 126 4E 31
Octal 311 34 335 11 127 0 15 446 116 61
Binary 11001001 11100 11011101 1001 1010111 0 1101 100100110 1001110 110001

Color Harmonies of #C91CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CDD

Black with #C91CDD

Text Example


Text Example

White with #C91CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CDD; }

 p { color: rgb(201,28,221); }

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

background-color css

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

 a { background-color: rgb(201,28,221); }

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

border-color css

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

 span { border-color: rgb(201,28,221); }

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