Html Css Color HEX #C51AB7 Deep Magenta

📋 copy color: '#C51AB7'

red 197 ◦ green 26 ◦ blue 183

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

Shades of Deep Magenta #C51AB7

Tints of Deep Magenta #C51AB7

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.4%

 BLUE value IS 183 (71.88% from 255) = 45.07%

R = 48.52%
G = 6.4%
B = 45.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C51AB7 (or 0xC51AB7) is known color: Deep Magenta. HEX triplet: C5, 1A and B7. RGB value is (197,26,183). Sum of RGB (Red+Green+Blue) = 197+26+183=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C51AB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51AB7 is #3AE548. Grayscale: #5E5E5E. Windows color (decimal): -3859785 or 11999941. OLE color: 11999941.

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

Color convert

RGB 197 26 183 -
CMYK 0 0.87 0.07 0.23
HSL 304.91º 0.77% 0.44% -
HSV(B) 304.91º 0.87% 0.77% -
XYZ 31.94 16.03 46.21 -
YUV 95.03 177.65 200.73 -
System Red Green Blue C M Y K H S L
Decimal 197 26 183 0 0.87 0.07 0.23 304.91 0.77 0.44
Hex C5 1A B7 0 57 7 17 131 4D 2C
Octal 305 32 267 0 127 7 27 461 115 54
Binary 11000101 11010 10110111 0 1010111 111 10111 100110001 1001101 101100

Color Harmonies of #C51AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51AB7

Black with #C51AB7

Text Example


Text Example

White with #C51AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51AB7; }

 p { color: rgb(197,26,183); }

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

background-color css

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

 a { background-color: rgb(197,26,183); }

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

border-color css

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

 span { border-color: rgb(197,26,183); }

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