Html Css Color HEX #C91CBD Deep Magenta

📋 copy color: '#C91CBD'

red 201 ◦ green 28 ◦ blue 189

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

Shades of Deep Magenta #C91CBD

Tints of Deep Magenta #C91CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.22%

R = 48.09%
G = 6.7%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C91CBD (or 0xC91CBD) is known color: Deep Magenta. HEX triplet: C9, 1C and BD. RGB value is (201,28,189). Sum of RGB (Red+Green+Blue) = 201+28+189=418 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.09% from 418); Green value is 28 (11.33% from 255 or 6.70% from 418); Blue value is 189 (74.22% from 255 or 45.22% from 418); Max value from RGB is 201 - color contains mainly: red. Hex color #C91CBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CBD is #36E342. Grayscale: #616161. Windows color (decimal): -3597123 or 12393673. OLE color: 12393673.

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

Color convert

RGB 201 28 189 -
CMYK 0 0.86 0.06 0.21
HSL 304.16º 0.76% 0.45% -
HSV(B) 304.16º 0.86% 0.79% -
XYZ 33.69 16.92 49.63 -
YUV 98.08 179.31 201.41 -
System Red Green Blue C M Y K H S L
Decimal 201 28 189 0 0.86 0.06 0.21 304.16 0.76 0.45
Hex C9 1C BD 0 56 6 15 130 4C 2D
Octal 311 34 275 0 126 6 25 460 114 55
Binary 11001001 11100 10111101 0 1010110 110 10101 100110000 1001100 101101

Color Harmonies of #C91CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CBD

Black with #C91CBD

Text Example


Text Example

White with #C91CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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