#C803CC

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

Shades of Deep Magenta #C803CC

Tints of Deep Magenta #C803CC

Color information

#C803CC (or 0xC803CC) is unknown color: approx Deep Magenta. HEX triplet: C8, 03 and CC. RGB value is (200,3,204). Sum of RGB (Red+Green+Blue) = 200+3+204=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 3 (1.56% from 255 or 0.74% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #C803CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C803CC is #37FC33. Grayscale: #545454. Windows color (decimal): -3669044 or 13370312. OLE color: 13370312.

HSL color Cylindrical-coordinate representation of color #C803CC: hue angle of 298.81º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C803CC is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2003204-
CMYK0.020.9900.2
HSL298.81º97.1%40.59%-
HSV(B)298.81º98.53%80%-
XYZ34.7516.758.52-
YUV84.82195.27210.16-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.14%
GREEN value IS 3 (1.56% from 255) = 0.74%
BLUE value IS 204 (80.08% from 255) = 50.12%
R=49.14%
G=0.74%
B=50.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20032040.020.9900.2298.8197.140.59
HexC83CC26301412b6129
Octal3103314214302445314151
Binary1100100011110011001011000110101001001010111100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C803CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C803CC; }

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

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

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

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

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

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

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

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