#c650cb

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

Shades of Fuchsia #C650CB

Tints of Fuchsia #C650CB

Color information

#C650CB (or 0xC650CB) is unknown color: approx Fuchsia. HEX triplet: C6, 50 and CB. RGB value is (198,80,203). Sum of RGB (Red+Green+Blue) = 198+80+203=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 203 - color contains mainly: blue. Hex color #C650CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C650CB is #39AF34. Grayscale: #808080. Windows color (decimal): -3780405 or 13324486. OLE color: 13324486.

HSL color Cylindrical-coordinate representation of color #C650CB: hue angle of 297.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C650CB is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19880203-
CMYK0.020.6100.20
HSL297.56º54.19%55.49%-
HSV(B)297.56º60.59%79.61%-
XYZ36.9422.0558.81-
YUV129.3169.59177-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.16%
GREEN value IS 80 (31.64% from 255) = 16.63%
BLUE value IS 203 (79.69% from 255) = 42.20%
R=41.16%
G=16.63%
B=42.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal198802030.020.6100.20297.5654.1955.49
HexC650CB23D01412a3637
Octal3061203132750244526667
Binary1100011010100001100101110111101010100100101010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c650cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c650cb; }

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

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

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

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

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

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

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

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