#CE4CC0

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

Shades of Fuchsia #CE4CC0

Tints of Fuchsia #CE4CC0

Color information

#CE4CC0 (or 0xCE4CC0) is unknown color: approx Fuchsia. HEX triplet: CE, 4C and C0. RGB value is (206,76,192). Sum of RGB (Red+Green+Blue) = 206+76+192=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4CC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CC0 is #31B33F. Grayscale: #7F7F7F. Windows color (decimal): -3257152 or 12602574. OLE color: 12602574.

HSL color Cylindrical-coordinate representation of color #CE4CC0: hue angle of 306.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4CC0 is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB20676192-
CMYK00.630.070.19
HSL306.46º57.02%55.29%-
HSV(B)306.46º63.11%80.78%-
XYZ37.5522.152.15-
YUV128.09164.07183.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.46%
GREEN value IS 76 (30.08% from 255) = 16.03%
BLUE value IS 192 (75.39% from 255) = 40.51%
R=43.46%
G=16.03%
B=40.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2067619200.630.070.19306.4657.0255.29
HexCE4CC003F7131323937
Octal3161143000777234627167
Binary11001110100110011000000011111111110011100110010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4CC0; }

 p { color: rgb(206,76,192); }

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

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

 a { background-color: rgb(206,76,192); }

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

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

 span { border-color: rgb(206,76,192); }

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