Html Css Color HEX #C91BDE Deep Magenta

📋 copy color: '#C91BDE'

red 201 ◦ green 27 ◦ blue 222

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

Shades of Deep Magenta #C91BDE

Tints of Deep Magenta #C91BDE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6%

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 44.67%
G = 6%
B = 49.33%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C91BDE (or 0xC91BDE) is known color: Deep Magenta. HEX triplet: C9, 1B and DE. RGB value is (201,27,222). Sum of RGB (Red+Green+Blue) = 201+27+222=450 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.67% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #C91BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91BDE is #36E421. Grayscale: #646464. Windows color (decimal): -3597346 or 14556105. OLE color: 14556105.

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

Color convert

RGB 201 27 222 -
CMYK 0.09 0.88 0 0.13
HSL 293.54º 0.78% 0.49% -
HSV(B) 293.54º 0.88% 0.87% -
XYZ 37.66 18.48 70.69 -
YUV 101.26 196.15 199.14 -
System Red Green Blue C M Y K H S L
Decimal 201 27 222 0.09 0.88 0 0.13 293.54 0.78 0.49
Hex C9 1B DE 9 58 0 D 126 4E 31
Octal 311 33 336 11 130 0 15 446 116 61
Binary 11001001 11011 11011110 1001 1011000 0 1101 100100110 1001110 110001

Color Harmonies of #C91BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91BDE

Black with #C91BDE

Text Example


Text Example

White with #C91BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91BDE; }

 p { color: rgb(201,27,222); }

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

background-color css

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

 a { background-color: rgb(201,27,222); }

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

border-color css

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

 span { border-color: rgb(201,27,222); }

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