Html Css Color HEX #C91ACD Deep Magenta

📋 copy color: '#C91ACD'

red 201 ◦ green 26 ◦ blue 205

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

Shades of Deep Magenta #C91ACD

Tints of Deep Magenta #C91ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.45%

R = 46.53%
G = 6.02%
B = 47.45%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C91ACD (or 0xC91ACD) is known color: Deep Magenta. HEX triplet: C9, 1A and CD. RGB value is (201,26,205). Sum of RGB (Red+Green+Blue) = 201+26+205=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 26 (10.55% from 255 or 6.02% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #C91ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91ACD is #36E532. Grayscale: #626262. Windows color (decimal): -3597619 or 13441737. OLE color: 13441737.

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

Color convert

RGB 201 26 205 -
CMYK 0.02 0.87 0 0.20
HSL 298.66º 0.77% 0.45% -
HSV(B) 298.66º 0.87% 0.8% -
XYZ 35.48 17.56 59.28 -
YUV 98.73 187.98 200.95 -
System Red Green Blue C M Y K H S L
Decimal 201 26 205 0.02 0.87 0 0.20 298.66 0.77 0.45
Hex C9 1A CD 2 57 0 14 12B 4D 2D
Octal 311 32 315 2 127 0 24 453 115 55
Binary 11001001 11010 11001101 10 1010111 0 10100 100101011 1001101 101101

Color Harmonies of #C91ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91ACD

Black with #C91ACD

Text Example


Text Example

White with #C91ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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