#CF4EC0

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

Shades of Fuchsia #CF4EC0

Tints of Fuchsia #CF4EC0

Color information

#CF4EC0 (or 0xCF4EC0) is unknown color: approx Fuchsia. HEX triplet: CF, 4E and C0. RGB value is (207,78,192). Sum of RGB (Red+Green+Blue) = 207+78+192=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 78 (30.86% from 255 or 16.35% from 477); Blue value is 192 (75.39% from 255 or 40.25% from 477); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4EC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EC0 is #30B13F. Grayscale: #818181. Windows color (decimal): -3191104 or 12603087. OLE color: 12603087.

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

Color convert

RGB20778192-
CMYK00.620.070.19
HSL306.98º57.33%55.88%-
HSV(B)306.98º62.32%81.18%-
XYZ37.9722.5252.21-
YUV129.57163.24183.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.40%
GREEN value IS 78 (30.86% from 255) = 16.35%
BLUE value IS 192 (75.39% from 255) = 40.25%
R=43.40%
G=16.35%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077819200.620.070.19306.9857.3355.88
HexCF4EC003E7131333938
Octal3171163000767234637170
Binary11001111100111011000000011111011110011100110011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4EC0; }

 p { color: rgb(207,78,192); }

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

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

 a { background-color: rgb(207,78,192); }

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

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

 span { border-color: rgb(207,78,192); }

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