Html Css Color HEX #C911DA Deep Magenta

📋 copy color: '#C911DA'

red 201 ◦ green 17 ◦ blue 218

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

Shades of Deep Magenta #C911DA

Tints of Deep Magenta #C911DA

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.9%

 BLUE value IS 218 (85.55% from 255) = 50%

R = 46.1%
G = 3.9%
B = 50%

CMYK

 C value IS 0.08

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C911DA (or 0xC911DA) is known color: Deep Magenta. HEX triplet: C9, 11 and DA. RGB value is (201,17,218). Sum of RGB (Red+Green+Blue) = 201+17+218=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 17 (7.03% from 255 or 3.90% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #C911DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C911DA is #36EE25. Grayscale: #5E5E5E. Windows color (decimal): -3599910 or 14291401. OLE color: 14291401.

HSL color Cylindrical-coordinate representation of color #C911DA: hue angle of 294.93º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C911DA is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 17 218 -
CMYK 0.08 0.92 0 0.15
HSL 294.93º 0.86% 0.46% -
HSV(B) 294.93º 0.92% 0.85% -
XYZ 36.94 17.88 67.83 -
YUV 94.93 197.46 203.66 -
System Red Green Blue C M Y K H S L
Decimal 201 17 218 0.08 0.92 0 0.15 294.93 0.86 0.46
Hex C9 11 DA 8 5C 0 F 127 56 2E
Octal 311 21 332 10 134 0 17 447 126 56
Binary 11001001 10001 11011010 1000 1011100 0 1111 100100111 1010110 101110

Color Harmonies of #C911DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C911DA

Black with #C911DA

Text Example


Text Example

White with #C911DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C911DA; }

 p { color: rgb(201,17,218); }

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

background-color css

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

 a { background-color: rgb(201,17,218); }

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

border-color css

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

 span { border-color: rgb(201,17,218); }

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