Html Css Color HEX #C511D1 Deep Magenta

📋 copy color: '#C511D1'

red 197 ◦ green 17 ◦ blue 209

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

Shades of Deep Magenta #C511D1

Tints of Deep Magenta #C511D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 49.41%

R = 46.57%
G = 4.02%
B = 49.41%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C511D1 (or 0xC511D1) is known color: Deep Magenta. HEX triplet: C5, 11 and D1. RGB value is (197,17,209). Sum of RGB (Red+Green+Blue) = 197+17+209=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 17 (7.03% from 255 or 4.02% from 423); Blue value is 209 (82.03% from 255 or 49.41% from 423); Max value from RGB is 209 - color contains mainly: blue. Hex color #C511D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C511D1 is #3AEE2E. Grayscale: #5C5C5C. Windows color (decimal): -3862063 or 13701573. OLE color: 13701573.

HSL color Cylindrical-coordinate representation of color #C511D1: hue angle of 296.25º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C511D1 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 17 209 -
CMYK 0.06 0.92 0 0.18
HSL 296.25º 0.85% 0.44% -
HSV(B) 296.25º 0.92% 0.82% -
XYZ 34.74 16.87 61.75 -
YUV 92.71 193.63 202.39 -
System Red Green Blue C M Y K H S L
Decimal 197 17 209 0.06 0.92 0 0.18 296.25 0.85 0.44
Hex C5 11 D1 6 5C 0 12 128 55 2C
Octal 305 21 321 6 134 0 22 450 125 54
Binary 11000101 10001 11010001 110 1011100 0 10010 100101000 1010101 101100

Color Harmonies of #C511D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511D1

Black with #C511D1

Text Example


Text Example

White with #C511D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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