#C51BB8

Color #C51BB8 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #C51BB8

Tints of Deep Magenta #C51BB8

Color information

#C51BB8 (or 0xC51BB8) is unknown color: approx Deep Magenta. HEX triplet: C5, 1B and B8. RGB value is (197,27,184). Sum of RGB (Red+Green+Blue) = 197+27+184=408 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.28% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 197 - color contains mainly: red. Hex color #C51BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51BB8 is #3AE447. Grayscale: #5F5F5F. Windows color (decimal): -3859528 or 12065733. OLE color: 12065733.

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

Color convert

RGB19727184-
CMYK00.860.070.23
HSL304.59º75.89%43.92%-
HSV(B)304.59º86.29%77.25%-
XYZ32.0716.1146.77-
YUV95.73177.82200.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.28%
GREEN value IS 27 (10.94% from 255) = 6.62%
BLUE value IS 184 (72.27% from 255) = 45.10%
R=48.28%
G=6.62%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972718400.860.070.23304.5975.8943.92
HexC51BB80567171314c2c
Octal30533270012672746111454
Binary11000101110111011100001010110111101111001100011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51BB8; }

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

 H1.HeaderClassName
 {
   color: #C51BB8;
 }
 .AnyTagClassName
 {
   color: #C51BB8;
 }
</style>
background-color css

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

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

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

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

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

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