Html Css Color HEX #C91ABF Deep Magenta

📋 copy color: '#C91ABF'

red 201 ◦ green 26 ◦ blue 191

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

Shades of Deep Magenta #C91ABF

Tints of Deep Magenta #C91ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 45.69%

R = 48.09%
G = 6.22%
B = 45.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C91ABF (or 0xC91ABF) is known color: Deep Magenta. HEX triplet: C9, 1A and BF. RGB value is (201,26,191). Sum of RGB (Red+Green+Blue) = 201+26+191=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 26 (10.55% from 255 or 6.22% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C91ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91ABF is #36E540. Grayscale: #606060. Windows color (decimal): -3597633 or 12524233. OLE color: 12524233.

HSL color Cylindrical-coordinate representation of color #C91ABF: hue angle of 303.43º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91ABF is Cyan = 0, Magento = 0.87, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 26 191 -
CMYK 0 0.87 0.05 0.21
HSL 303.43º 0.77% 0.45% -
HSV(B) 303.43º 0.87% 0.79% -
XYZ 33.86 16.92 50.77 -
YUV 97.14 180.98 202.08 -
System Red Green Blue C M Y K H S L
Decimal 201 26 191 0 0.87 0.05 0.21 303.43 0.77 0.45
Hex C9 1A BF 0 57 5 15 12F 4D 2D
Octal 311 32 277 0 127 5 25 457 115 55
Binary 11001001 11010 10111111 0 1010111 101 10101 100101111 1001101 101101

Color Harmonies of #C91ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91ABF

Black with #C91ABF

Text Example


Text Example

White with #C91ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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