Html Css Color HEX #C51DDF Deep Magenta

📋 copy color: '#C51DDF'

red 197 ◦ green 29 ◦ blue 223

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

Shades of Deep Magenta #C51DDF

Tints of Deep Magenta #C51DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.46%

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

R = 43.88%
G = 6.46%
B = 49.67%

CMYK

 C value IS 0.12

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C51DDF (or 0xC51DDF) is known color: Deep Magenta. HEX triplet: C5, 1D and DF. RGB value is (197,29,223). Sum of RGB (Red+Green+Blue) = 197+29+223=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 29 (11.72% from 255 or 6.46% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #C51DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DDF is #3AE220. Grayscale: #646464. Windows color (decimal): -3858977 or 14622149. OLE color: 14622149.

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

Color convert

RGB 197 29 223 -
CMYK 0.12 0.87 0 0.13
HSL 291.96º 0.77% 0.49% -
HSV(B) 291.96º 0.87% 0.87% -
XYZ 36.78 18.08 71.36 -
YUV 101.35 196.66 196.23 -
System Red Green Blue C M Y K H S L
Decimal 197 29 223 0.12 0.87 0 0.13 291.96 0.77 0.49
Hex C5 1D DF C 57 0 D 124 4D 31
Octal 305 35 337 14 127 0 15 444 115 61
Binary 11000101 11101 11011111 1100 1010111 0 1101 100100100 1001101 110001

Color Harmonies of #C51DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DDF

Black with #C51DDF

Text Example


Text Example

White with #C51DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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