Html Css Color HEX #C51CDF Deep Magenta

📋 copy color: '#C51CDF'

red 197 ◦ green 28 ◦ blue 223

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

Shades of Deep Magenta #C51CDF

Tints of Deep Magenta #C51CDF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.25%

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

R = 43.97%
G = 6.25%
B = 49.78%

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

#C51CDF (or 0xC51CDF) is known color: Deep Magenta. HEX triplet: C5, 1C and DF. RGB value is (197,28,223). Sum of RGB (Red+Green+Blue) = 197+28+223=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 28 (11.33% from 255 or 6.25% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #C51CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CDF is #3AE320. Grayscale: #646464. Windows color (decimal): -3859233 or 14621893. OLE color: 14621893.

HSL color Cylindrical-coordinate representation of color #C51CDF: hue angle of 292º degrees, saturation: 0.78, 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 #C51CDF is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 28 223 -
CMYK 0.12 0.87 0 0.13
HSL 292º 0.78% 0.49% -
HSV(B) 292º 0.87% 0.87% -
XYZ 36.76 18.03 71.35 -
YUV 100.76 196.99 196.64 -
System Red Green Blue C M Y K H S L
Decimal 197 28 223 0.12 0.87 0 0.13 292 0.78 0.49
Hex C5 1C DF C 57 0 D 124 4E 31
Octal 305 34 337 14 127 0 15 444 116 61
Binary 11000101 11100 11011111 1100 1010111 0 1101 100100100 1001110 110001

Color Harmonies of #C51CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51CDF

Black with #C51CDF

Text Example


Text Example

White with #C51CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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