#C74EBB

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

Shades of Fuchsia #C74EBB

Tints of Fuchsia #C74EBB

Color information

#C74EBB (or 0xC74EBB) is unknown color: approx Fuchsia. HEX triplet: C7, 4E and BB. RGB value is (199,78,187). Sum of RGB (Red+Green+Blue) = 199+78+187=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 78 (30.86% from 255 or 16.81% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C74EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74EBB is #38B144. Grayscale: #7E7E7E. Windows color (decimal): -3715397 or 12275399. OLE color: 12275399.

HSL color Cylindrical-coordinate representation of color #C74EBB: hue angle of 305.95º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C74EBB is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19978187-
CMYK00.610.060.22
HSL305.95º51.93%54.31%-
HSV(B)305.95º60.8%78.04%-
XYZ35.2521.1849.24-
YUV126.6162.09179.64-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.89%
GREEN value IS 78 (30.86% from 255) = 16.81%
BLUE value IS 187 (73.44% from 255) = 40.30%
R=42.89%
G=16.81%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997818700.610.060.22305.9551.9354.31
HexC74EBB03D6161323436
Octal3071162730756264626466
Binary11000111100111010111011011110111010110100110010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74EBB; }

 p { color: rgb(199,78,187); }

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

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

 a { background-color: rgb(199,78,187); }

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

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

 span { border-color: rgb(199,78,187); }

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