Html Css Color HEX #C91EBB Deep Magenta

📋 copy color: '#C91EBB'

red 201 ◦ green 30 ◦ blue 187

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

Shades of Deep Magenta #C91EBB

Tints of Deep Magenta #C91EBB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.18%

 BLUE value IS 187 (73.44% from 255) = 44.74%

R = 48.09%
G = 7.18%
B = 44.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C91EBB (or 0xC91EBB) is known color: Deep Magenta. HEX triplet: C9, 1E and BB. RGB value is (201,30,187). Sum of RGB (Red+Green+Blue) = 201+30+187=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 30 (12.11% from 255 or 7.18% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C91EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91EBB is #36E144. Grayscale: #626262. Windows color (decimal): -3596613 or 12263113. OLE color: 12263113.

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

Color convert

RGB 201 30 187 -
CMYK 0 0.85 0.07 0.21
HSL 304.91º 0.74% 0.45% -
HSV(B) 304.91º 0.85% 0.79% -
XYZ 33.52 16.93 48.52 -
YUV 99.03 177.65 200.73 -
System Red Green Blue C M Y K H S L
Decimal 201 30 187 0 0.85 0.07 0.21 304.91 0.74 0.45
Hex C9 1E BB 0 55 7 15 131 4A 2D
Octal 311 36 273 0 125 7 25 461 112 55
Binary 11001001 11110 10111011 0 1010101 111 10101 100110001 1001010 101101

Color Harmonies of #C91EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91EBB

Black with #C91EBB

Text Example


Text Example

White with #C91EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91EBB; }

 p { color: rgb(201,30,187); }

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

background-color css

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

 a { background-color: rgb(201,30,187); }

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

border-color css

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

 span { border-color: rgb(201,30,187); }

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