Html Css Color HEX #C91BB9 Deep Magenta

📋 copy color: '#C91BB9'

red 201 ◦ green 27 ◦ blue 185

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

Shades of Deep Magenta #C91BB9

Tints of Deep Magenta #C91BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 44.79%

R = 48.67%
G = 6.54%
B = 44.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C91BB9 (or 0xC91BB9) is known color: Deep Magenta. HEX triplet: C9, 1B and B9. RGB value is (201,27,185). Sum of RGB (Red+Green+Blue) = 201+27+185=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C91BB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91BB9 is #36E446. Grayscale: #606060. Windows color (decimal): -3597383 or 12131273. OLE color: 12131273.

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

Color convert

RGB 201 27 185 -
CMYK 0 0.87 0.08 0.21
HSL 305.52º 0.76% 0.45% -
HSV(B) 305.52º 0.87% 0.79% -
XYZ 33.24 16.7 47.37 -
YUV 97.04 177.65 202.15 -
System Red Green Blue C M Y K H S L
Decimal 201 27 185 0 0.87 0.08 0.21 305.52 0.76 0.45
Hex C9 1B B9 0 57 8 15 132 4C 2D
Octal 311 33 271 0 127 10 25 462 114 55
Binary 11001001 11011 10111001 0 1010111 1000 10101 100110010 1001100 101101

Color Harmonies of #C91BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91BB9

Black with #C91BB9

Text Example


Text Example

White with #C91BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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