Html Css Color HEX #C91CB4 Deep Magenta

📋 copy color: '#C91CB4'

red 201 ◦ green 28 ◦ blue 180

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

Shades of Deep Magenta #C91CB4

Tints of Deep Magenta #C91CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.01%

R = 49.14%
G = 6.85%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#C91CB4 (or 0xC91CB4) is known color: Deep Magenta. HEX triplet: C9, 1C and B4. RGB value is (201,28,180). Sum of RGB (Red+Green+Blue) = 201+28+180=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C91CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91CB4 is #36E34B. Grayscale: #606060. Windows color (decimal): -3597132 or 11803849. OLE color: 11803849.

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

Color convert

RGB 201 28 180 -
CMYK 0 0.86 0.10 0.21
HSL 307.28º 0.76% 0.45% -
HSV(B) 307.28º 0.86% 0.79% -
XYZ 32.74 16.54 44.65 -
YUV 97.06 174.81 202.14 -
System Red Green Blue C M Y K H S L
Decimal 201 28 180 0 0.86 0.10 0.21 307.28 0.76 0.45
Hex C9 1C B4 0 56 A 15 133 4C 2D
Octal 311 34 264 0 126 12 25 463 114 55
Binary 11001001 11100 10110100 0 1010110 1010 10101 100110011 1001100 101101

Color Harmonies of #C91CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CB4

Black with #C91CB4

Text Example


Text Example

White with #C91CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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