Html Css Color HEX #C51FDF Deep Magenta

📋 copy color: '#C51FDF'

red 197 ◦ green 31 ◦ blue 223

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

Shades of Deep Magenta #C51FDF

Tints of Deep Magenta #C51FDF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.87%

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

R = 43.68%
G = 6.87%
B = 49.45%

CMYK

 C value IS 0.12

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C51FDF (or 0xC51FDF) is known color: Deep Magenta. HEX triplet: C5, 1F and DF. RGB value is (197,31,223). Sum of RGB (Red+Green+Blue) = 197+31+223=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 31 (12.5% from 255 or 6.87% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #C51FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FDF is #3AE020. Grayscale: #656565. Windows color (decimal): -3858465 or 14622661. OLE color: 14622661.

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

Color convert

RGB 197 31 223 -
CMYK 0.12 0.86 0 0.13
HSL 291.88º 0.76% 0.5% -
HSV(B) 291.88º 0.86% 0.87% -
XYZ 36.84 18.18 71.38 -
YUV 102.52 196 195.39 -
System Red Green Blue C M Y K H S L
Decimal 197 31 223 0.12 0.86 0 0.13 291.88 0.76 0.5
Hex C5 1F DF C 56 0 D 124 4C 32
Octal 305 37 337 14 126 0 15 444 114 62
Binary 11000101 11111 11011111 1100 1010110 0 1101 100100100 1001100 110010

Color Harmonies of #C51FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FDF

Black with #C51FDF

Text Example


Text Example

White with #C51FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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