#C670BC

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

Shades of Fuchsia #C670BC

Tints of Fuchsia #C670BC

Color information

#C670BC (or 0xC670BC) is unknown color: approx Fuchsia. HEX triplet: C6, 70 and BC. RGB value is (198,112,188). Sum of RGB (Red+Green+Blue) = 198+112+188=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C670BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C670BC is #398F43. Grayscale: #929292. Windows color (decimal): -3772228 or 12349638. OLE color: 12349638.

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

Color convert

RGB198112188-
CMYK00.430.050.22
HSL306.98º43%60.78%-
HSV(B)306.98º43.43%77.65%-
XYZ38.1627.2250.82-
YUV146.38151.49164.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.76%
GREEN value IS 112 (44.14% from 255) = 22.49%
BLUE value IS 188 (73.83% from 255) = 37.75%
R=39.76%
G=22.49%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811218800.430.050.22306.984360.78
HexC670BC02B5161332b3d
Octal3061602740535264635375
Binary11000110111000010111100010101110110110100110011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C670BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C670BC; }

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

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

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

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

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

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

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

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