#C74BB3

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

Shades of Fuchsia #C74BB3

Tints of Fuchsia #C74BB3

Color information

#C74BB3 (or 0xC74BB3) is unknown color: approx Fuchsia. HEX triplet: C7, 4B and B3. RGB value is (199,75,179). Sum of RGB (Red+Green+Blue) = 199+75+179=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 179 (70.31% from 255 or 39.51% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BB3 is #38B44C. Grayscale: #7B7B7B. Windows color (decimal): -3716173 or 11750343. OLE color: 11750343.

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

Color convert

RGB19975179-
CMYK00.620.100.22
HSL309.68º52.54%53.73%-
HSV(B)309.68º62.31%78.04%-
XYZ34.2120.4344.79-
YUV123.93159.08181.54-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 75 (29.69% from 255) = 16.56%
BLUE value IS 179 (70.31% from 255) = 39.51%
R=43.93%
G=16.56%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997517900.620.100.22309.6852.5453.73
HexC74BB303EA161363536
Octal30711326307612264666566
Binary110001111001011101100110111110101010110100110110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74BB3; }

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

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

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

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

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

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

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

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