Html Css Color HEX #C517AF Deep Magenta

📋 copy color: '#C517AF'

red 197 ◦ green 23 ◦ blue 175

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

Shades of Deep Magenta #C517AF

Tints of Deep Magenta #C517AF

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.82%

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

R = 49.87%
G = 5.82%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C517AF (or 0xC517AF) is known color: Deep Magenta. HEX triplet: C5, 17 and AF. RGB value is (197,23,175). Sum of RGB (Red+Green+Blue) = 197+23+175=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C517AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C517AF is #3AE850. Grayscale: #5B5B5B. Windows color (decimal): -3860561 or 11474885. OLE color: 11474885.

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

Color convert

RGB 197 23 175 -
CMYK 0 0.88 0.11 0.23
HSL 307.59º 0.79% 0.43% -
HSV(B) 307.59º 0.88% 0.77% -
XYZ 31.07 15.58 41.93 -
YUV 92.35 174.65 202.64 -
System Red Green Blue C M Y K H S L
Decimal 197 23 175 0 0.88 0.11 0.23 307.59 0.79 0.43
Hex C5 17 AF 0 58 B 17 134 4F 2B
Octal 305 27 257 0 130 13 27 464 117 53
Binary 11000101 10111 10101111 0 1011000 1011 10111 100110100 1001111 101011

Color Harmonies of #C517AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C517AF

Black with #C517AF

Text Example


Text Example

White with #C517AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C517AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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