Html Css Color HEX #C90BDB Deep Magenta

📋 copy color: '#C90BDB'

red 201 ◦ green 11 ◦ blue 219

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

Shades of Deep Magenta #C90BDB

Tints of Deep Magenta #C90BDB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.55%

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

R = 46.64%
G = 2.55%
B = 50.81%

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

#C90BDB (or 0xC90BDB) is known color: Deep Magenta. HEX triplet: C9, 0B and DB. RGB value is (201,11,219). Sum of RGB (Red+Green+Blue) = 201+11+219=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 11 (4.69% from 255 or 2.55% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #C90BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90BDB is #36F424. Grayscale: #5A5A5A. Windows color (decimal): -3601445 or 14355401. OLE color: 14355401.

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

Color convert

RGB 201 11 219 -
CMYK 0.08 0.95 0 0.14
HSL 294.81º 0.9% 0.45% -
HSV(B) 294.81º 0.95% 0.86% -
XYZ 36.99 17.77 68.5 -
YUV 91.52 199.95 206.09 -
System Red Green Blue C M Y K H S L
Decimal 201 11 219 0.08 0.95 0 0.14 294.81 0.9 0.45
Hex C9 B DB 8 5F 0 E 127 5A 2D
Octal 311 13 333 10 137 0 16 447 132 55
Binary 11001001 1011 11011011 1000 1011111 0 1110 100100111 1011010 101101

Color Harmonies of #C90BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90BDB

Black with #C90BDB

Text Example


Text Example

White with #C90BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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