Html Css Color HEX #C514D1 Deep Magenta

📋 copy color: '#C514D1'

red 197 ◦ green 20 ◦ blue 209

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

Shades of Deep Magenta #C514D1

Tints of Deep Magenta #C514D1

RGB

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

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

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

R = 46.24%
G = 4.69%
B = 49.06%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C514D1 (or 0xC514D1) is known color: Deep Magenta. HEX triplet: C5, 14 and D1. RGB value is (197,20,209). Sum of RGB (Red+Green+Blue) = 197+20+209=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #C514D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514D1 is #3AEB2E. Grayscale: #5D5D5D. Windows color (decimal): -3861295 or 13702341. OLE color: 13702341.

HSL color Cylindrical-coordinate representation of color #C514D1: hue angle of 296.19º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C514D1 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 20 209 -
CMYK 0.06 0.90 0 0.18
HSL 296.19º 0.83% 0.45% -
HSV(B) 296.19º 0.9% 0.82% -
XYZ 34.78 16.97 61.76 -
YUV 94.47 192.64 201.13 -
System Red Green Blue C M Y K H S L
Decimal 197 20 209 0.06 0.90 0 0.18 296.19 0.83 0.45
Hex C5 14 D1 6 5A 0 12 128 53 2D
Octal 305 24 321 6 132 0 22 450 123 55
Binary 11000101 10100 11010001 110 1011010 0 10010 100101000 1010011 101101

Color Harmonies of #C514D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C514D1

Black with #C514D1

Text Example


Text Example

White with #C514D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C514D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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