#CC1FDB

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

Shades of Deep Magenta #CC1FDB

Tints of Deep Magenta #CC1FDB

Color information

#CC1FDB (or 0xCC1FDB) is unknown color: approx Deep Magenta. HEX triplet: CC, 1F and DB. RGB value is (204,31,219). Sum of RGB (Red+Green+Blue) = 204+31+219=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 31 (12.5% from 255 or 6.83% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC1FDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FDB is #33E024. Grayscale: #676767. Windows color (decimal): -3399717 or 14360524. OLE color: 14360524.

HSL color Cylindrical-coordinate representation of color #CC1FDB: hue angle of 295.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1FDB is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20431219-
CMYK0.070.8600.14
HSL295.21º75.2%49.02%-
HSV(B)295.21º85.84%85.88%-
XYZ38.1818.9368.66-
YUV104.16192.81199.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.93%
GREEN value IS 31 (12.5% from 255) = 6.83%
BLUE value IS 219 (85.94% from 255) = 48.24%
R=44.93%
G=6.83%
B=48.24%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal204312190.070.8600.14295.2175.249.02
HexCC1FDB7560E1274b31
Octal31437333712601644711361
Binary1100110011111110110111111010110011101001001111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1FDB; }

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

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

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

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

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

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

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

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