Html Css Color HEX #C512DC Deep Magenta

📋 copy color: '#C512DC'

red 197 ◦ green 18 ◦ blue 220

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

Shades of Deep Magenta #C512DC

Tints of Deep Magenta #C512DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 45.29%
G = 4.14%
B = 50.57%

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

#C512DC (or 0xC512DC) is known color: Deep Magenta. HEX triplet: C5, 12 and DC. RGB value is (197,18,220). Sum of RGB (Red+Green+Blue) = 197+18+220=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #C512DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512DC is #3AED23. Grayscale: #5D5D5D. Windows color (decimal): -3861796 or 14422725. OLE color: 14422725.

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

Color convert

RGB 197 18 220 -
CMYK 0.10 0.92 0 0.14
HSL 293.17º 0.85% 0.47% -
HSV(B) 293.17º 0.92% 0.86% -
XYZ 36.16 17.47 69.18 -
YUV 94.55 198.8 201.07 -
System Red Green Blue C M Y K H S L
Decimal 197 18 220 0.10 0.92 0 0.14 293.17 0.85 0.47
Hex C5 12 DC A 5C 0 E 125 55 2F
Octal 305 22 334 12 134 0 16 445 125 57
Binary 11000101 10010 11011100 1010 1011100 0 1110 100100101 1010101 101111

Color Harmonies of #C512DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512DC

Black with #C512DC

Text Example


Text Example

White with #C512DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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