#CC1FCE

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

Shades of Deep Magenta #CC1FCE

Tints of Deep Magenta #CC1FCE

Color information

#CC1FCE (or 0xCC1FCE) is unknown color: approx Deep Magenta. HEX triplet: CC, 1F and CE. RGB value is (204,31,206). Sum of RGB (Red+Green+Blue) = 204+31+206=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 31 (12.5% from 255 or 7.03% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC1FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1FCE is #33E031. Grayscale: #666666. Windows color (decimal): -3399730 or 13508556. OLE color: 13508556.

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

Color convert

RGB20431206-
CMYK0.010.8500.19
HSL299.31º73.84%46.47%-
HSV(B)299.31º84.95%80.78%-
XYZ36.5318.2759.99-
YUV102.68186.31200.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 31 (12.5% from 255) = 7.03%
BLUE value IS 206 (80.86% from 255) = 46.71%
R=46.26%
G=7.03%
B=46.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal204312060.010.8500.19299.3173.8446.47
HexCC1FCE15501312b4a2e
Octal31437316112502345311256
Binary110011001111111001110110101010100111001010111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1FCE; }

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

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

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

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

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

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

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

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