Html Css Color HEX #C511AF Deep Magenta

📋 copy color: '#C511AF'

red 197 ◦ green 17 ◦ blue 175

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

Shades of Deep Magenta #C511AF

Tints of Deep Magenta #C511AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 44.99%

R = 50.64%
G = 4.37%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C511AF (or 0xC511AF) is known color: Deep Magenta. HEX triplet: C5, 11 and AF. RGB value is (197,17,175). Sum of RGB (Red+Green+Blue) = 197+17+175=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C511AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C511AF is #3AEE50. Grayscale: #585858. Windows color (decimal): -3862097 or 11473349. OLE color: 11473349.

HSL color Cylindrical-coordinate representation of color #C511AF: hue angle of 307.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C511AF is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 17 175 -
CMYK 0 0.91 0.11 0.23
HSL 307.33º 0.84% 0.42% -
HSV(B) 307.33º 0.91% 0.77% -
XYZ 30.96 15.37 41.89 -
YUV 88.83 176.63 205.15 -
System Red Green Blue C M Y K H S L
Decimal 197 17 175 0 0.91 0.11 0.23 307.33 0.84 0.42
Hex C5 11 AF 0 5B B 17 133 54 2A
Octal 305 21 257 0 133 13 27 463 124 52
Binary 11000101 10001 10101111 0 1011011 1011 10111 100110011 1010100 101010

Color Harmonies of #C511AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C511AF

Black with #C511AF

Text Example


Text Example

White with #C511AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C511AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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