#C80BE3

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

Shades of Deep Magenta #C80BE3

Tints of Deep Magenta #C80BE3

Color information

#C80BE3 (or 0xC80BE3) is unknown color: approx Deep Magenta. HEX triplet: C8, 0B and E3. RGB value is (200,11,227). Sum of RGB (Red+Green+Blue) = 200+11+227=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 11 (4.69% from 255 or 2.51% from 438); Blue value is 227 (89.06% from 255 or 51.83% from 438); Max value from RGB is 227 - color contains mainly: blue. Hex color #C80BE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C80BE3 is #37F41C. Grayscale: #5B5B5B. Windows color (decimal): -3666973 or 14879688. OLE color: 14879688.

HSL color Cylindrical-coordinate representation of color #C80BE3: hue angle of 292.5º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C80BE3 is Cyan = 0.12, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20011227-
CMYK0.120.9500.11
HSL292.5º90.76%46.67%-
HSV(B)292.5º95.15%89.02%-
XYZ37.818.0674.17-
YUV92.14204.12204.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.66%
GREEN value IS 11 (4.69% from 255) = 2.51%
BLUE value IS 227 (89.06% from 255) = 51.83%
R=45.66%
G=2.51%
B=51.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal200112270.120.9500.11292.590.7646.67
HexC8BE3C5F0B1245b2f
Octal310133431413701344413357
Binary1100100010111110001111001011111010111001001001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C80BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C80BE3; }

 p { color: rgb(200,11,227); }

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

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

 a { background-color: rgb(200,11,227); }

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

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

 span { border-color: rgb(200,11,227); }

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