#C74BB8

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

Shades of Fuchsia #C74BB8

Tints of Fuchsia #C74BB8

Color information

#C74BB8 (or 0xC74BB8) is unknown color: approx Fuchsia. HEX triplet: C7, 4B and B8. RGB value is (199,75,184). Sum of RGB (Red+Green+Blue) = 199+75+184=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 184 (72.27% from 255 or 40.17% from 458); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BB8 is #38B447. Grayscale: #7C7C7C. Windows color (decimal): -3716168 or 12078023. OLE color: 12078023.

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

Color convert

RGB19975184-
CMYK00.620.080.22
HSL307.26º52.54%53.73%-
HSV(B)307.26º62.31%78.04%-
XYZ34.7220.6347.5-
YUV124.5161.58181.14-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.45%
GREEN value IS 75 (29.69% from 255) = 16.38%
BLUE value IS 184 (72.27% from 255) = 40.17%
R=43.45%
G=16.38%
B=40.17%

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
Decimal1997518400.620.080.22307.2652.5453.73
HexC74BB803E8161333536
Octal30711327007610264636566
Binary110001111001011101110000111110100010110100110011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74BB8; }

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

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

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

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

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

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

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

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