Html Css Color HEX #C51EDA Deep Magenta

📋 copy color: '#C51EDA'

red 197 ◦ green 30 ◦ blue 218

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

Shades of Deep Magenta #C51EDA

Tints of Deep Magenta #C51EDA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.74%

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

R = 44.27%
G = 6.74%
B = 48.99%

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

#C51EDA (or 0xC51EDA) is known color: Deep Magenta. HEX triplet: C5, 1E and DA. RGB value is (197,30,218). Sum of RGB (Red+Green+Blue) = 197+30+218=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 30 (12.11% from 255 or 6.74% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #C51EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51EDA is #3AE125. Grayscale: #646464. Windows color (decimal): -3858726 or 14294725. OLE color: 14294725.

HSL color Cylindrical-coordinate representation of color #C51EDA: hue angle of 293.3º degrees, saturation: 0.76, 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 #C51EDA is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 30 218 -
CMYK 0.10 0.86 0 0.15
HSL 293.3º 0.76% 0.49% -
HSV(B) 293.3º 0.86% 0.85% -
XYZ 36.15 17.86 67.87 -
YUV 101.37 193.83 196.21 -
System Red Green Blue C M Y K H S L
Decimal 197 30 218 0.10 0.86 0 0.15 293.3 0.76 0.49
Hex C5 1E DA A 56 0 F 125 4C 31
Octal 305 36 332 12 126 0 17 445 114 61
Binary 11000101 11110 11011010 1010 1010110 0 1111 100100101 1001100 110001

Color Harmonies of #C51EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51EDA

Black with #C51EDA

Text Example


Text Example

White with #C51EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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