Html Css Color HEX #C512DB Deep Magenta

📋 copy color: '#C512DB'

red 197 ◦ green 18 ◦ blue 219

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

Shades of Deep Magenta #C512DB

Tints of Deep Magenta #C512DB

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.15%

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

R = 45.39%
G = 4.15%
B = 50.46%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C512DB (or 0xC512DB) is known color: Deep Magenta. HEX triplet: C5, 12 and DB. RGB value is (197,18,219). Sum of RGB (Red+Green+Blue) = 197+18+219=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 18 (7.42% from 255 or 4.15% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #C512DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512DB is #3AED24. Grayscale: #5D5D5D. Windows color (decimal): -3861797 or 14357189. OLE color: 14357189.

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

Color convert

RGB 197 18 219 -
CMYK 0.10 0.92 0 0.14
HSL 293.43º 0.85% 0.46% -
HSV(B) 293.43º 0.92% 0.86% -
XYZ 36.03 17.42 68.48 -
YUV 94.44 198.3 201.16 -
System Red Green Blue C M Y K H S L
Decimal 197 18 219 0.10 0.92 0 0.14 293.43 0.85 0.46
Hex C5 12 DB A 5C 0 E 125 55 2E
Octal 305 22 333 12 134 0 16 445 125 56
Binary 11000101 10010 11011011 1010 1011100 0 1110 100100101 1010101 101110

Color Harmonies of #C512DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512DB

Black with #C512DB

Text Example


Text Example

White with #C512DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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