Html Css Color HEX #C90BDC Deep Magenta

📋 copy color: '#C90BDC'

red 201 ◦ green 11 ◦ blue 220

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

Shades of Deep Magenta #C90BDC

Tints of Deep Magenta #C90BDC

RGB

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

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

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

R = 46.53%
G = 2.55%
B = 50.93%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C90BDC (or 0xC90BDC) is known color: Deep Magenta. HEX triplet: C9, 0B and DC. RGB value is (201,11,220). Sum of RGB (Red+Green+Blue) = 201+11+220=432 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.53% from 432); Green value is 11 (4.69% from 255 or 2.55% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #C90BDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C90BDC is #36F423. Grayscale: #5A5A5A. Windows color (decimal): -3601444 or 14420937. OLE color: 14420937.

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

Color convert

RGB 201 11 220 -
CMYK 0.09 0.95 0 0.14
HSL 294.55º 0.9% 0.45% -
HSV(B) 294.55º 0.95% 0.86% -
XYZ 37.13 17.82 69.19 -
YUV 91.64 200.45 206.01 -
System Red Green Blue C M Y K H S L
Decimal 201 11 220 0.09 0.95 0 0.14 294.55 0.9 0.45
Hex C9 B DC 9 5F 0 E 127 5A 2D
Octal 311 13 334 11 137 0 16 447 132 55
Binary 11001001 1011 11011100 1001 1011111 0 1110 100100111 1011010 101101

Color Harmonies of #C90BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C90BDC

Black with #C90BDC

Text Example


Text Example

White with #C90BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C90BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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