Html Css Color HEX #C90ADB Deep Magenta

📋 copy color: '#C90ADB'

red 201 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #C90ADB

Tints of Deep Magenta #C90ADB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.33%

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

R = 46.74%
G = 2.33%
B = 50.93%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C90ADB (or 0xC90ADB) is known color: Deep Magenta. HEX triplet: C9, 0A and DB. RGB value is (201,10,219). Sum of RGB (Red+Green+Blue) = 201+10+219=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 10 (4.30% from 255 or 2.33% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #C90ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90ADB is #36F524. Grayscale: #5A5A5A. Windows color (decimal): -3601701 or 14355145. OLE color: 14355145.

HSL color Cylindrical-coordinate representation of color #C90ADB: hue angle of 294.83º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90ADB is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 10 219 -
CMYK 0.08 0.95 0 0.14
HSL 294.83º 0.91% 0.45% -
HSV(B) 294.83º 0.95% 0.86% -
XYZ 36.98 17.75 68.49 -
YUV 90.94 200.28 206.51 -
System Red Green Blue C M Y K H S L
Decimal 201 10 219 0.08 0.95 0 0.14 294.83 0.91 0.45
Hex C9 A DB 8 5F 0 E 127 5B 2D
Octal 311 12 333 10 137 0 16 447 133 55
Binary 11001001 1010 11011011 1000 1011111 0 1110 100100111 1011011 101101

Color Harmonies of #C90ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90ADB

Black with #C90ADB

Text Example


Text Example

White with #C90ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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