#C800B1

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

Shades of Deep Magenta #C800B1

Tints of Deep Magenta #C800B1

Color information

#C800B1 (or 0xC800B1) is unknown color: approx Deep Magenta. HEX triplet: C8, 00 and B1. RGB value is (200,0,177). Sum of RGB (Red+Green+Blue) = 200+0+177=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 0 (0.39% from 255 or 0% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C800B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C800B1 is #37FF4E. Grayscale: #4F4F4F. Windows color (decimal): -3669839 or 11600072. OLE color: 11600072.

HSL color Cylindrical-coordinate representation of color #C800B1: hue angle of 306.9º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800B1 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB2000177-
CMYK010.120.22
HSL306.9º100%39.22%-
HSV(B)306.9º100%78.43%-
XYZ31.7615.4542.9-
YUV79.98182.76213.61-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=53.05%
G=0%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2000177010.120.22306.910039.22
HexC80B1064C161336427
Octal31002610144142646314447
Binary11001000010110001011001001100101101001100111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C800B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C800B1; }

 p { color: rgb(200,0,177); }

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

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

 a { background-color: rgb(200,0,177); }

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

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

 span { border-color: rgb(200,0,177); }

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