#CE00C7

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

Shades of Deep Magenta #CE00C7

Tints of Deep Magenta #CE00C7

Color information

#CE00C7 (or 0xCE00C7) is unknown color: approx Deep Magenta. HEX triplet: CE, 00 and C7. RGB value is (206,0,199). Sum of RGB (Red+Green+Blue) = 206+0+199=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 0 (0.39% from 255 or 0% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CE00C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CE00C7 is #31FF38. Grayscale: #535353. Windows color (decimal): -3276601 or 13041870. OLE color: 13041870.

HSL color Cylindrical-coordinate representation of color #CE00C7: hue angle of 302.04º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CE00C7 is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB2060199-
CMYK010.030.19
HSL302.04º100%40.39%-
HSV(B)302.04º100%80.78%-
XYZ35.7617.2555.48-
YUV84.28192.75214.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 50.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 199 (78.12% from 255) = 49.14%
R=50.86%
G=0%
B=49.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2060199010.030.19302.0410040.39
HexCE0C706431312e6428
Octal3160307014432345614450
Binary110011100110001110110010011100111001011101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE00C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE00C7; }

 p { color: rgb(206,0,199); }

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

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

 a { background-color: rgb(206,0,199); }

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

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

 span { border-color: rgb(206,0,199); }

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