Html Css Color HEX #C51ABB Deep Magenta

📋 copy color: '#C51ABB'

red 197 ◦ green 26 ◦ blue 187

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

Shades of Deep Magenta #C51ABB

Tints of Deep Magenta #C51ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.61%

R = 48.05%
G = 6.34%
B = 45.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C51ABB (or 0xC51ABB) is known color: Deep Magenta. HEX triplet: C5, 1A and BB. RGB value is (197,26,187). Sum of RGB (Red+Green+Blue) = 197+26+187=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C51ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51ABB is #3AE544. Grayscale: #5F5F5F. Windows color (decimal): -3859781 or 12262085. OLE color: 12262085.

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

Color convert

RGB 197 26 187 -
CMYK 0 0.87 0.05 0.23
HSL 303.51º 0.77% 0.44% -
HSV(B) 303.51º 0.87% 0.77% -
XYZ 32.36 16.2 48.43 -
YUV 95.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 197 26 187 0 0.87 0.05 0.23 303.51 0.77 0.44
Hex C5 1A BB 0 57 5 17 130 4D 2C
Octal 305 32 273 0 127 5 27 460 115 54
Binary 11000101 11010 10111011 0 1010111 101 10111 100110000 1001101 101100

Color Harmonies of #C51ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51ABB

Black with #C51ABB

Text Example


Text Example

White with #C51ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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