Html Css Color HEX #C91AC0 Deep Magenta

📋 copy color: '#C91AC0'

red 201 ◦ green 26 ◦ blue 192

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

Shades of Deep Magenta #C91AC0

Tints of Deep Magenta #C91AC0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.21%

 BLUE value IS 192 (75.39% from 255) = 45.82%

R = 47.97%
G = 6.21%
B = 45.82%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#C91AC0 (or 0xC91AC0) is known color: Deep Magenta. HEX triplet: C9, 1A and C0. RGB value is (201,26,192). Sum of RGB (Red+Green+Blue) = 201+26+192=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 26 (10.55% from 255 or 6.21% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C91AC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91AC0 is #36E53F. Grayscale: #606060. Windows color (decimal): -3597632 or 12589769. OLE color: 12589769.

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

Color convert

RGB 201 26 192 -
CMYK 0 0.87 0.04 0.21
HSL 303.09º 0.77% 0.45% -
HSV(B) 303.09º 0.87% 0.79% -
XYZ 33.97 16.96 51.35 -
YUV 97.25 181.48 202 -
System Red Green Blue C M Y K H S L
Decimal 201 26 192 0 0.87 0.04 0.21 303.09 0.77 0.45
Hex C9 1A C0 0 57 4 15 12F 4D 2D
Octal 311 32 300 0 127 4 25 457 115 55
Binary 11001001 11010 11000000 0 1010111 100 10101 100101111 1001101 101101

Color Harmonies of #C91AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91AC0

Black with #C91AC0

Text Example


Text Example

White with #C91AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91AC0; }

 p { color: rgb(201,26,192); }

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

background-color css

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

 a { background-color: rgb(201,26,192); }

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

border-color css

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

 span { border-color: rgb(201,26,192); }

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