Html Css Color HEX #C51FCF Deep Magenta

📋 copy color: '#C51FCF'

red 197 ◦ green 31 ◦ blue 207

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

Shades of Deep Magenta #C51FCF

Tints of Deep Magenta #C51FCF

RGB

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

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

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

R = 45.29%
G = 7.13%
B = 47.59%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C51FCF (or 0xC51FCF) is known color: Deep Magenta. HEX triplet: C5, 1F and CF. RGB value is (197,31,207). Sum of RGB (Red+Green+Blue) = 197+31+207=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #C51FCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51FCF is #3AE030. Grayscale: #646464. Windows color (decimal): -3858481 or 13574085. OLE color: 13574085.

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

Color convert

RGB 197 31 207 -
CMYK 0.05 0.85 0 0.19
HSL 296.59º 0.74% 0.47% -
HSV(B) 296.59º 0.85% 0.81% -
XYZ 34.78 17.36 60.55 -
YUV 100.7 188 196.69 -
System Red Green Blue C M Y K H S L
Decimal 197 31 207 0.05 0.85 0 0.19 296.59 0.74 0.47
Hex C5 1F CF 5 55 0 13 129 4A 2F
Octal 305 37 317 5 125 0 23 451 112 57
Binary 11000101 11111 11001111 101 1010101 0 10011 100101001 1001010 101111

Color Harmonies of #C51FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51FCF

Black with #C51FCF

Text Example


Text Example

White with #C51FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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