#C74BB7

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

Shades of Fuchsia #C74BB7

Tints of Fuchsia #C74BB7

Color information

#C74BB7 (or 0xC74BB7) is unknown color: approx Fuchsia. HEX triplet: C7, 4B and B7. RGB value is (199,75,183). Sum of RGB (Red+Green+Blue) = 199+75+183=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 75 (29.69% from 255 or 16.41% from 457); Blue value is 183 (71.88% from 255 or 40.04% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BB7 is #38B448. Grayscale: #7C7C7C. Windows color (decimal): -3716169 or 12012487. OLE color: 12012487.

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

Color convert

RGB19975183-
CMYK00.620.080.22
HSL307.74º52.54%53.73%-
HSV(B)307.74º62.31%78.04%-
XYZ34.6220.5946.95-
YUV124.39161.08181.22-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 75 (29.69% from 255) = 16.41%
BLUE value IS 183 (71.88% from 255) = 40.04%
R=43.54%
G=16.41%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997518300.620.080.22307.7452.5453.73
HexC74BB703E8161343536
Octal30711326707610264646566
Binary110001111001011101101110111110100010110100110100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74BB7; }

 p { color: rgb(199,75,183); }

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

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

 a { background-color: rgb(199,75,183); }

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

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

 span { border-color: rgb(199,75,183); }

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