Html Css Color HEX #C51BAF Deep Magenta

📋 copy color: '#C51BAF'

red 197 ◦ green 27 ◦ blue 175

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

Shades of Deep Magenta #C51BAF

Tints of Deep Magenta #C51BAF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.77%

 BLUE value IS 175 (68.75% from 255) = 43.86%

R = 49.37%
G = 6.77%
B = 43.86%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C51BAF (or 0xC51BAF) is known color: Deep Magenta. HEX triplet: C5, 1B and AF. RGB value is (197,27,175). Sum of RGB (Red+Green+Blue) = 197+27+175=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C51BAF is #3AE450. Grayscale: #5E5E5E. Windows color (decimal): -3859537 or 11475909. OLE color: 11475909.

HSL color Cylindrical-coordinate representation of color #C51BAF: hue angle of 307.76º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C51BAF is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 27 175 -
CMYK 0 0.86 0.11 0.23
HSL 307.76º 0.76% 0.44% -
HSV(B) 307.76º 0.86% 0.77% -
XYZ 31.16 15.75 41.96 -
YUV 94.7 173.32 200.97 -
System Red Green Blue C M Y K H S L
Decimal 197 27 175 0 0.86 0.11 0.23 307.76 0.76 0.44
Hex C5 1B AF 0 56 B 17 134 4C 2C
Octal 305 33 257 0 126 13 27 464 114 54
Binary 11000101 11011 10101111 0 1010110 1011 10111 100110100 1001100 101100

Color Harmonies of #C51BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51BAF

Black with #C51BAF

Text Example


Text Example

White with #C51BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51BAF; }

 p { color: rgb(197,27,175); }

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

background-color css

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

 a { background-color: rgb(197,27,175); }

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

border-color css

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

 span { border-color: rgb(197,27,175); }

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