Html Css Color HEX #C91ADB Deep Magenta

📋 copy color: '#C91ADB'

red 201 ◦ green 26 ◦ blue 219

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

Shades of Deep Magenta #C91ADB

Tints of Deep Magenta #C91ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 49.1%

R = 45.07%
G = 5.83%
B = 49.1%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C91ADB (or 0xC91ADB) is known color: Deep Magenta. HEX triplet: C9, 1A and DB. RGB value is (201,26,219). Sum of RGB (Red+Green+Blue) = 201+26+219=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 26 (10.55% from 255 or 5.83% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #C91ADB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C91ADB is #36E524. Grayscale: #636363. Windows color (decimal): -3597605 or 14359241. OLE color: 14359241.

HSL color Cylindrical-coordinate representation of color #C91ADB: hue angle of 294.4º 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 #C91ADB is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 26 219 -
CMYK 0.08 0.88 0 0.14
HSL 294.4º 0.79% 0.48% -
HSV(B) 294.4º 0.88% 0.86% -
XYZ 37.24 18.27 68.58 -
YUV 100.33 194.98 199.81 -
System Red Green Blue C M Y K H S L
Decimal 201 26 219 0.08 0.88 0 0.14 294.4 0.79 0.48
Hex C9 1A DB 8 58 0 E 126 4F 30
Octal 311 32 333 10 130 0 16 446 117 60
Binary 11001001 11010 11011011 1000 1011000 0 1110 100100110 1001111 110000

Color Harmonies of #C91ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91ADB

Black with #C91ADB

Text Example


Text Example

White with #C91ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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