Html Css Color HEX #C512DF Deep Magenta

📋 copy color: '#C512DF'

red 197 ◦ green 18 ◦ blue 223

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

Shades of Deep Magenta #C512DF

Tints of Deep Magenta #C512DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.91%

R = 44.98%
G = 4.11%
B = 50.91%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C512DF (or 0xC512DF) is known color: Deep Magenta. HEX triplet: C5, 12 and DF. RGB value is (197,18,223). Sum of RGB (Red+Green+Blue) = 197+18+223=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #C512DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C512DF is #3AED20. Grayscale: #5E5E5E. Windows color (decimal): -3861793 or 14619333. OLE color: 14619333.

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

Color convert

RGB 197 18 223 -
CMYK 0.12 0.92 0 0.13
HSL 292.39º 0.85% 0.47% -
HSV(B) 292.39º 0.92% 0.87% -
XYZ 36.56 17.63 71.29 -
YUV 94.89 200.3 200.83 -
System Red Green Blue C M Y K H S L
Decimal 197 18 223 0.12 0.92 0 0.13 292.39 0.85 0.47
Hex C5 12 DF C 5C 0 D 124 55 2F
Octal 305 22 337 14 134 0 15 444 125 57
Binary 11000101 10010 11011111 1100 1011100 0 1101 100100100 1010101 101111

Color Harmonies of #C512DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C512DF

Black with #C512DF

Text Example


Text Example

White with #C512DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C512DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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