Html Css Color HEX #C91ADC Deep Magenta

📋 copy color: '#C91ADC'

red 201 ◦ green 26 ◦ blue 220

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

Shades of Deep Magenta #C91ADC

Tints of Deep Magenta #C91ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.22%

R = 44.97%
G = 5.82%
B = 49.22%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C91ADC (or 0xC91ADC) is known color: Deep Magenta. HEX triplet: C9, 1A and DC. RGB value is (201,26,220). Sum of RGB (Red+Green+Blue) = 201+26+220=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 26 (10.55% from 255 or 5.82% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #C91ADC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91ADC is #36E523. Grayscale: #636363. Windows color (decimal): -3597604 or 14424777. OLE color: 14424777.

HSL color Cylindrical-coordinate representation of color #C91ADC: hue angle of 294.12º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91ADC is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 26 220 -
CMYK 0.09 0.88 0 0.14
HSL 294.12º 0.79% 0.48% -
HSV(B) 294.12º 0.88% 0.86% -
XYZ 37.38 18.32 69.28 -
YUV 100.44 195.48 199.73 -
System Red Green Blue C M Y K H S L
Decimal 201 26 220 0.09 0.88 0 0.14 294.12 0.79 0.48
Hex C9 1A DC 9 58 0 E 126 4F 30
Octal 311 32 334 11 130 0 16 446 117 60
Binary 11001001 11010 11011100 1001 1011000 0 1110 100100110 1001111 110000

Color Harmonies of #C91ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91ADC

Black with #C91ADC

Text Example


Text Example

White with #C91ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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