#CF4EBA

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

Shades of Fuchsia #CF4EBA

Tints of Fuchsia #CF4EBA

Color information

#CF4EBA (or 0xCF4EBA) is unknown color: approx Fuchsia. HEX triplet: CF, 4E and BA. RGB value is (207,78,186). Sum of RGB (Red+Green+Blue) = 207+78+186=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CF4EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF4EBA is #30B145. Grayscale: #808080. Windows color (decimal): -3191110 or 12209871. OLE color: 12209871.

HSL color Cylindrical-coordinate representation of color #CF4EBA: hue angle of 309.77º 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 #CF4EBA is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB20778186-
CMYK00.620.100.19
HSL309.77º57.33%55.88%-
HSV(B)309.77º62.32%81.18%-
XYZ37.3222.2648.78-
YUV128.88160.24183.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 43.95%
GREEN value IS 78 (30.86% from 255) = 16.56%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=43.95%
G=16.56%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2077818600.620.100.19309.7757.3355.88
HexCF4EBA03EA131363938
Octal31711627207612234667170
Binary110011111001110101110100111110101010011100110110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF4EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF4EBA; }

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

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

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

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

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

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

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

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