Html Css Color HEX #C90BDE Deep Magenta

📋 copy color: '#C90BDE'

red 201 ◦ green 11 ◦ blue 222

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

Shades of Deep Magenta #C90BDE

Tints of Deep Magenta #C90BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 46.31%
G = 2.53%
B = 51.15%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C90BDE (or 0xC90BDE) is known color: Deep Magenta. HEX triplet: C9, 0B and DE. RGB value is (201,11,222). Sum of RGB (Red+Green+Blue) = 201+11+222=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #C90BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90BDE is #36F421. Grayscale: #5B5B5B. Windows color (decimal): -3601442 or 14552009. OLE color: 14552009.

HSL color Cylindrical-coordinate representation of color #C90BDE: hue angle of 294.03º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C90BDE is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 201 11 222 -
CMYK 0.09 0.95 0 0.13
HSL 294.03º 0.91% 0.46% -
HSV(B) 294.03º 0.95% 0.87% -
XYZ 37.39 17.93 70.6 -
YUV 91.86 201.45 205.84 -
System Red Green Blue C M Y K H S L
Decimal 201 11 222 0.09 0.95 0 0.13 294.03 0.91 0.46
Hex C9 B DE 9 5F 0 D 126 5B 2E
Octal 311 13 336 11 137 0 15 446 133 56
Binary 11001001 1011 11011110 1001 1011111 0 1101 100100110 1011011 101110

Color Harmonies of #C90BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90BDE

Black with #C90BDE

Text Example


Text Example

White with #C90BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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