Html Css Color HEX #C511DA Deep Magenta

📋 copy color: '#C511DA'

red 197 ◦ green 17 ◦ blue 218

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

Shades of Deep Magenta #C511DA

Tints of Deep Magenta #C511DA

RGB

 RED value IS 197 (77.34% from 255) = 45.6%

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

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

R = 45.6%
G = 3.94%
B = 50.46%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C511DA (or 0xC511DA) is known color: Deep Magenta. HEX triplet: C5, 11 and DA. RGB value is (197,17,218). Sum of RGB (Red+Green+Blue) = 197+17+218=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 17 (7.03% from 255 or 3.94% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #C511DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511DA is #3AEE25. Grayscale: #5D5D5D. Windows color (decimal): -3862054 or 14291397. OLE color: 14291397.

HSL color Cylindrical-coordinate representation of color #C511DA: hue angle of 293.73º 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 #C511DA is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 17 218 -
CMYK 0.10 0.92 0 0.15
HSL 293.73º 0.86% 0.46% -
HSV(B) 293.73º 0.92% 0.85% -
XYZ 35.88 17.33 67.78 -
YUV 93.73 198.13 201.66 -
System Red Green Blue C M Y K H S L
Decimal 197 17 218 0.10 0.92 0 0.15 293.73 0.86 0.46
Hex C5 11 DA A 5C 0 F 126 56 2E
Octal 305 21 332 12 134 0 17 446 126 56
Binary 11000101 10001 11011010 1010 1011100 0 1111 100100110 1010110 101110

Color Harmonies of #C511DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511DA

Black with #C511DA

Text Example


Text Example

White with #C511DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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