Html Css Color HEX #C510AF Deep Magenta

📋 copy color: '#C510AF'

red 197 ◦ green 16 ◦ blue 175

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

Shades of Deep Magenta #C510AF

Tints of Deep Magenta #C510AF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.12%

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

R = 50.77%
G = 4.12%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C510AF (or 0xC510AF) is known color: Deep Magenta. HEX triplet: C5, 10 and AF. RGB value is (197,16,175). Sum of RGB (Red+Green+Blue) = 197+16+175=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C510AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C510AF is #3AEF50. Grayscale: #575757. Windows color (decimal): -3862353 or 11473093. OLE color: 11473093.

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

Color convert

RGB 197 16 175 -
CMYK 0 0.92 0.11 0.23
HSL 307.29º 0.85% 0.42% -
HSV(B) 307.29º 0.92% 0.77% -
XYZ 30.95 15.34 41.89 -
YUV 88.25 176.97 205.57 -
System Red Green Blue C M Y K H S L
Decimal 197 16 175 0 0.92 0.11 0.23 307.29 0.85 0.42
Hex C5 10 AF 0 5C B 17 133 55 2A
Octal 305 20 257 0 134 13 27 463 125 52
Binary 11000101 10000 10101111 0 1011100 1011 10111 100110011 1010101 101010

Color Harmonies of #C510AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C510AF

Black with #C510AF

Text Example


Text Example

White with #C510AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C510AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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