Html Css Color HEX #C514DB Deep Magenta

📋 copy color: '#C514DB'

red 197 ◦ green 20 ◦ blue 219

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

Shades of Deep Magenta #C514DB

Tints of Deep Magenta #C514DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 50.23%

R = 45.18%
G = 4.59%
B = 50.23%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C514DB (or 0xC514DB) is known color: Deep Magenta. HEX triplet: C5, 14 and DB. RGB value is (197,20,219). Sum of RGB (Red+Green+Blue) = 197+20+219=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 20 (8.20% from 255 or 4.59% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #C514DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C514DB is #3AEB24. Grayscale: #5E5E5E. Windows color (decimal): -3861285 or 14357701. OLE color: 14357701.

HSL color Cylindrical-coordinate representation of color #C514DB: hue angle of 293.37º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C514DB is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 20 219 -
CMYK 0.10 0.91 0 0.14
HSL 293.37º 0.83% 0.47% -
HSV(B) 293.37º 0.91% 0.86% -
XYZ 36.06 17.49 68.49 -
YUV 95.61 197.64 200.32 -
System Red Green Blue C M Y K H S L
Decimal 197 20 219 0.10 0.91 0 0.14 293.37 0.83 0.47
Hex C5 14 DB A 5B 0 E 125 53 2F
Octal 305 24 333 12 133 0 16 445 123 57
Binary 11000101 10100 11011011 1010 1011011 0 1110 100100101 1010011 101111

Color Harmonies of #C514DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C514DB

Black with #C514DB

Text Example


Text Example

White with #C514DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C514DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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