Html Css Color HEX #C91BC4 Deep Magenta

📋 copy color: '#C91BC4'

red 201 ◦ green 27 ◦ blue 196

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

Shades of Deep Magenta #C91BC4

Tints of Deep Magenta #C91BC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 46.23%

R = 47.41%
G = 6.37%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#C91BC4 (or 0xC91BC4) is known color: Deep Magenta. HEX triplet: C9, 1B and C4. RGB value is (201,27,196). Sum of RGB (Red+Green+Blue) = 201+27+196=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C91BC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91BC4 is #36E43B. Grayscale: #616161. Windows color (decimal): -3597372 or 12852169. OLE color: 12852169.

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

Color convert

RGB 201 27 196 -
CMYK 0 0.87 0.02 0.21
HSL 301.72º 0.76% 0.45% -
HSV(B) 301.72º 0.87% 0.79% -
XYZ 34.44 17.19 53.73 -
YUV 98.29 183.15 201.26 -
System Red Green Blue C M Y K H S L
Decimal 201 27 196 0 0.87 0.02 0.21 301.72 0.76 0.45
Hex C9 1B C4 0 57 2 15 12E 4C 2D
Octal 311 33 304 0 127 2 25 456 114 55
Binary 11001001 11011 11000100 0 1010111 10 10101 100101110 1001100 101101

Color Harmonies of #C91BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91BC4

Black with #C91BC4

Text Example


Text Example

White with #C91BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91BC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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