Html Css Color HEX #C51FDA Deep Magenta

📋 copy color: '#C51FDA'

red 197 ◦ green 31 ◦ blue 218

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

Shades of Deep Magenta #C51FDA

Tints of Deep Magenta #C51FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.88%

R = 44.17%
G = 6.95%
B = 48.88%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C51FDA (or 0xC51FDA) is known color: Deep Magenta. HEX triplet: C5, 1F and DA. RGB value is (197,31,218). Sum of RGB (Red+Green+Blue) = 197+31+218=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #C51FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FDA is #3AE025. Grayscale: #656565. Windows color (decimal): -3858470 or 14294981. OLE color: 14294981.

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

Color convert

RGB 197 31 218 -
CMYK 0.10 0.86 0 0.15
HSL 293.26º 0.75% 0.49% -
HSV(B) 293.26º 0.86% 0.85% -
XYZ 36.17 17.91 67.88 -
YUV 101.95 193.5 195.79 -
System Red Green Blue C M Y K H S L
Decimal 197 31 218 0.10 0.86 0 0.15 293.26 0.75 0.49
Hex C5 1F DA A 56 0 F 125 4B 31
Octal 305 37 332 12 126 0 17 445 113 61
Binary 11000101 11111 11011010 1010 1010110 0 1111 100100101 1001011 110001

Color Harmonies of #C51FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FDA

Black with #C51FDA

Text Example


Text Example

White with #C51FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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