Html Css Color HEX #C91CBB Deep Magenta

📋 copy color: '#C91CBB'

red 201 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #C91CBB

Tints of Deep Magenta #C91CBB

RGB

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

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

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

R = 48.32%
G = 6.73%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C91CBB (or 0xC91CBB) is known color: Deep Magenta. HEX triplet: C9, 1C and BB. RGB value is (201,28,187). Sum of RGB (Red+Green+Blue) = 201+28+187=416 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.32% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 201 - color contains mainly: red. Hex color #C91CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CBB is #36E344. Grayscale: #616161. Windows color (decimal): -3597125 or 12262601. OLE color: 12262601.

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

Color convert

RGB 201 28 187 -
CMYK 0 0.86 0.07 0.21
HSL 304.86º 0.76% 0.45% -
HSV(B) 304.86º 0.86% 0.79% -
XYZ 33.47 16.84 48.5 -
YUV 97.85 178.31 201.57 -
System Red Green Blue C M Y K H S L
Decimal 201 28 187 0 0.86 0.07 0.21 304.86 0.76 0.45
Hex C9 1C BB 0 56 7 15 131 4C 2D
Octal 311 34 273 0 126 7 25 461 114 55
Binary 11001001 11100 10111011 0 1010110 111 10101 100110001 1001100 101101

Color Harmonies of #C91CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CBB

Black with #C91CBB

Text Example


Text Example

White with #C91CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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