Html Css Color HEX #C91BBB Deep Magenta

📋 copy color: '#C91BBB'

red 201 ◦ green 27 ◦ blue 187

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

Shades of Deep Magenta #C91BBB

Tints of Deep Magenta #C91BBB

RGB

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

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

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

R = 48.43%
G = 6.51%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C91BBB (or 0xC91BBB) is known color: Deep Magenta. HEX triplet: C9, 1B and BB. RGB value is (201,27,187). Sum of RGB (Red+Green+Blue) = 201+27+187=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C91BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91BBB is #36E444. Grayscale: #606060. Windows color (decimal): -3597381 or 12262345. OLE color: 12262345.

HSL color Cylindrical-coordinate representation of color #C91BBB: hue angle of 304.83º degrees, saturation: 0.76, 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 #C91BBB is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 27 187 -
CMYK 0 0.87 0.07 0.21
HSL 304.83º 0.76% 0.45% -
HSV(B) 304.83º 0.87% 0.79% -
XYZ 33.45 16.79 48.49 -
YUV 97.27 178.65 201.99 -
System Red Green Blue C M Y K H S L
Decimal 201 27 187 0 0.87 0.07 0.21 304.83 0.76 0.45
Hex C9 1B BB 0 57 7 15 131 4C 2D
Octal 311 33 273 0 127 7 25 461 114 55
Binary 11001001 11011 10111011 0 1010111 111 10101 100110001 1001100 101101

Color Harmonies of #C91BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91BBB

Black with #C91BBB

Text Example


Text Example

White with #C91BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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