Html Css Color HEX #C51ECF Deep Magenta

📋 copy color: '#C51ECF'

red 197 ◦ green 30 ◦ blue 207

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

Shades of Deep Magenta #C51ECF

Tints of Deep Magenta #C51ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 47.7%

R = 45.39%
G = 6.91%
B = 47.7%

CMYK

 C value IS 0.05

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C51ECF (or 0xC51ECF) is known color: Deep Magenta. HEX triplet: C5, 1E and CF. RGB value is (197,30,207). Sum of RGB (Red+Green+Blue) = 197+30+207=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #C51ECF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ECF is #3AE130. Grayscale: #636363. Windows color (decimal): -3858737 or 13573829. OLE color: 13573829.

HSL color Cylindrical-coordinate representation of color #C51ECF: hue angle of 296.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51ECF is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 30 207 -
CMYK 0.05 0.86 0 0.19
HSL 296.61º 0.75% 0.46% -
HSV(B) 296.61º 0.86% 0.81% -
XYZ 34.75 17.3 60.54 -
YUV 100.11 188.33 197.11 -
System Red Green Blue C M Y K H S L
Decimal 197 30 207 0.05 0.86 0 0.19 296.61 0.75 0.46
Hex C5 1E CF 5 56 0 13 129 4B 2E
Octal 305 36 317 5 126 0 23 451 113 56
Binary 11000101 11110 11001111 101 1010110 0 10011 100101001 1001011 101110

Color Harmonies of #C51ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51ECF

Black with #C51ECF

Text Example


Text Example

White with #C51ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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