Html Css Color HEX #C51DCF Deep Magenta

📋 copy color: '#C51DCF'

red 197 ◦ green 29 ◦ blue 207

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

Shades of Deep Magenta #C51DCF

Tints of Deep Magenta #C51DCF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.7%

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

R = 45.5%
G = 6.7%
B = 47.81%

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

#C51DCF (or 0xC51DCF) is known color: Deep Magenta. HEX triplet: C5, 1D and CF. RGB value is (197,29,207). Sum of RGB (Red+Green+Blue) = 197+29+207=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #C51DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51DCF is #3AE230. Grayscale: #626262. Windows color (decimal): -3858993 or 13573573. OLE color: 13573573.

HSL color Cylindrical-coordinate representation of color #C51DCF: hue angle of 296.63º 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 #C51DCF is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 29 207 -
CMYK 0.05 0.86 0 0.19
HSL 296.63º 0.75% 0.46% -
HSV(B) 296.63º 0.86% 0.81% -
XYZ 34.73 17.25 60.53 -
YUV 99.52 188.66 197.53 -
System Red Green Blue C M Y K H S L
Decimal 197 29 207 0.05 0.86 0 0.19 296.63 0.75 0.46
Hex C5 1D CF 5 56 0 13 129 4B 2E
Octal 305 35 317 5 126 0 23 451 113 56
Binary 11000101 11101 11001111 101 1010110 0 10011 100101001 1001011 101110

Color Harmonies of #C51DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51DCF

Black with #C51DCF

Text Example


Text Example

White with #C51DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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