Html Css Color HEX #C514AF Deep Magenta

📋 copy color: '#C514AF'

red 197 ◦ green 20 ◦ blue 175

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

Shades of Deep Magenta #C514AF

Tints of Deep Magenta #C514AF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.1%

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

R = 50.26%
G = 5.1%
B = 44.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C514AF (or 0xC514AF) is known color: Deep Magenta. HEX triplet: C5, 14 and AF. RGB value is (197,20,175). Sum of RGB (Red+Green+Blue) = 197+20+175=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C514AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C514AF is #3AEB50. Grayscale: #5A5A5A. Windows color (decimal): -3861329 or 11474117. OLE color: 11474117.

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

Color convert

RGB 197 20 175 -
CMYK 0 0.90 0.11 0.23
HSL 307.46º 0.82% 0.43% -
HSV(B) 307.46º 0.9% 0.77% -
XYZ 31.01 15.47 41.91 -
YUV 90.59 175.64 203.9 -
System Red Green Blue C M Y K H S L
Decimal 197 20 175 0 0.90 0.11 0.23 307.46 0.82 0.43
Hex C5 14 AF 0 5A B 17 133 52 2B
Octal 305 24 257 0 132 13 27 463 122 53
Binary 11000101 10100 10101111 0 1011010 1011 10111 100110011 1010010 101011

Color Harmonies of #C514AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C514AF

Black with #C514AF

Text Example


Text Example

White with #C514AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C514AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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