#CC1FC8

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

Shades of Deep Magenta #CC1FC8

Tints of Deep Magenta #CC1FC8

Color information

#CC1FC8 (or 0xCC1FC8) is unknown color: approx Deep Magenta. HEX triplet: CC, 1F and C8. RGB value is (204,31,200). Sum of RGB (Red+Green+Blue) = 204+31+200=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 31 (12.5% from 255 or 7.13% from 435); Blue value is 200 (78.52% from 255 or 45.98% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1FC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FC8 is #33E037. Grayscale: #656565. Windows color (decimal): -3399736 or 13115340. OLE color: 13115340.

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

Color convert

RGB20431200-
CMYK00.850.020.2
HSL301.39º73.62%46.08%-
HSV(B)301.39º84.8%80%-
XYZ35.8217.9956.23-
YUV101.99183.31200.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 31 (12.5% from 255) = 7.13%
BLUE value IS 200 (78.52% from 255) = 45.98%
R=46.90%
G=7.13%
B=45.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043120000.850.020.2301.3973.6246.08
HexCC1FC805521412d4a2e
Octal31437310012522445511256
Binary1100110011111110010000101010110101001001011011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1FC8; }

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

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

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

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

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

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

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

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