Html Css Color HEX #C91ACE Deep Magenta

📋 copy color: '#C91ACE'

red 201 ◦ green 26 ◦ blue 206

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

Shades of Deep Magenta #C91ACE

Tints of Deep Magenta #C91ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 46.42%
G = 6%
B = 47.58%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C91ACE (or 0xC91ACE) is known color: Deep Magenta. HEX triplet: C9, 1A and CE. RGB value is (201,26,206). Sum of RGB (Red+Green+Blue) = 201+26+206=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #C91ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91ACE is #36E531. Grayscale: #626262. Windows color (decimal): -3597618 or 13507273. OLE color: 13507273.

HSL color Cylindrical-coordinate representation of color #C91ACE: hue angle of 298.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C91ACE is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 201 26 206 -
CMYK 0.02 0.87 0 0.19
HSL 298.33º 0.78% 0.45% -
HSV(B) 298.33º 0.87% 0.81% -
XYZ 35.6 17.61 59.92 -
YUV 98.85 188.48 200.86 -
System Red Green Blue C M Y K H S L
Decimal 201 26 206 0.02 0.87 0 0.19 298.33 0.78 0.45
Hex C9 1A CE 2 57 0 13 12A 4E 2D
Octal 311 32 316 2 127 0 23 452 116 55
Binary 11001001 11010 11001110 10 1010111 0 10011 100101010 1001110 101101

Color Harmonies of #C91ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91ACE

Black with #C91ACE

Text Example


Text Example

White with #C91ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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