#C51CBB

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

Shades of Deep Magenta #C51CBB

Tints of Deep Magenta #C51CBB

Color information

#C51CBB (or 0xC51CBB) is unknown color: approx Deep Magenta. HEX triplet: C5, 1C and BB. RGB value is (197,28,187). Sum of RGB (Red+Green+Blue) = 197+28+187=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 187 (73.44% from 255 or 45.39% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C51CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C51CBB is #3AE344. Grayscale: #606060. Windows color (decimal): -3859269 or 12262597. OLE color: 12262597.

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

Color convert

RGB19728187-
CMYK00.860.050.23
HSL303.55º75.11%44.12%-
HSV(B)303.55º85.79%77.25%-
XYZ32.4116.2948.45-
YUV96.66178.99199.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.82%
GREEN value IS 28 (11.33% from 255) = 6.80%
BLUE value IS 187 (73.44% from 255) = 45.39%
R=47.82%
G=6.80%
B=45.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1972818700.860.050.23303.5575.1144.12
HexC51CBB0565171304b2c
Octal30534273012652746011354
Binary11000101111001011101101010110101101111001100001001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C51CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C51CBB; }

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

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

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

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

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

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

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

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