#C803B4

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

Shades of Deep Magenta #C803B4

Tints of Deep Magenta #C803B4

Color information

#C803B4 (or 0xC803B4) is unknown color: approx Deep Magenta. HEX triplet: C8, 03 and B4. RGB value is (200,3,180). Sum of RGB (Red+Green+Blue) = 200+3+180=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C803B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C803B4 is #37FC4B. Grayscale: #515151. Windows color (decimal): -3669068 or 11797448. OLE color: 11797448.

HSL color Cylindrical-coordinate representation of color #C803B4: hue angle of 306.09º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803B4 is Cyan = 0, Magento = 0.98, Yellow = 0.1 and Black (K on CMYK) = 0.22.

Color convert

RGB2003180-
CMYK00.980.10.22
HSL306.09º97.04%39.8%-
HSV(B)306.09º98.5%78.43%-
XYZ32.0915.6444.51-
YUV82.08183.27212.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.22%
GREEN value IS 3 (1.56% from 255) = 0.78%
BLUE value IS 180 (70.70% from 255) = 47.00%
R=52.22%
G=0.78%
B=47.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.1
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200318000.980.10.22306.0997.0439.8
HexC83B4062A161326128
Octal31032640142122646214150
Binary110010001110110100011000101010101101001100101100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C803B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C803B4; }

 p { color: rgb(200,3,180); }

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

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

 a { background-color: rgb(200,3,180); }

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

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

 span { border-color: rgb(200,3,180); }

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