#C650BC

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

Shades of Fuchsia #C650BC

Tints of Fuchsia #C650BC

Color information

#C650BC (or 0xC650BC) is unknown color: approx Fuchsia. HEX triplet: C6, 50 and BC. RGB value is (198,80,188). Sum of RGB (Red+Green+Blue) = 198+80+188=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C650BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650BC is #39AF43. Grayscale: #7F7F7F. Windows color (decimal): -3780420 or 12341446. OLE color: 12341446.

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

Color convert

RGB19880188-
CMYK00.600.050.22
HSL305.08º50.86%54.51%-
HSV(B)305.08º59.6%77.65%-
XYZ35.2321.3749.85-
YUV127.59162.09178.22-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.49%
GREEN value IS 80 (31.64% from 255) = 17.17%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=42.49%
G=17.17%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988018800.600.050.22305.0850.8654.51
HexC650BC03C5161313337
Octal3061202740745264616367
Binary11000110101000010111100011110010110110100110001110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C650BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C650BC; }

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

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

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

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

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

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

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

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