#C673BC

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

Shades of Fuchsia #C673BC

Tints of Fuchsia #C673BC

Color information

#C673BC (or 0xC673BC) is unknown color: approx Fuchsia. HEX triplet: C6, 73 and BC. RGB value is (198,115,188). Sum of RGB (Red+Green+Blue) = 198+115+188=501 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.52% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 188 (73.83% from 255 or 37.52% from 501); Max value from RGB is 198 - color contains mainly: red. Hex color #C673BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C673BC is #398C43. Grayscale: #939393. Windows color (decimal): -3771460 or 12350406. OLE color: 12350406.

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

Color convert

RGB198115188-
CMYK00.420.050.22
HSL307.23º42.13%61.37%-
HSV(B)307.23º41.92%77.65%-
XYZ38.527.950.93-
YUV148.14150.5163.56-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.52%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 188 (73.83% from 255) = 37.52%
R=39.52%
G=22.95%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811518800.420.050.22307.2342.1361.37
HexC673BC02A5161332a3d
Octal3061632740525264635275
Binary11000110111001110111100010101010110110100110011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C673BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C673BC; }

 p { color: rgb(198,115,188); }

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

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

 a { background-color: rgb(198,115,188); }

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

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

 span { border-color: rgb(198,115,188); }

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