#C65FBE

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

Shades of Fuchsia #C65FBE

Tints of Fuchsia #C65FBE

Color information

#C65FBE (or 0xC65FBE) is unknown color: approx Fuchsia. HEX triplet: C6, 5F and BE. RGB value is (198,95,190). Sum of RGB (Red+Green+Blue) = 198+95+190=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 95 (37.5% from 255 or 19.67% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C65FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65FBE is #39A041. Grayscale: #888888. Windows color (decimal): -3776578 or 12476358. OLE color: 12476358.

HSL color Cylindrical-coordinate representation of color #C65FBE: hue angle of 304.66º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C65FBE is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB19895190-
CMYK00.520.040.22
HSL304.66º47.47%57.45%-
HSV(B)304.66º52.02%77.65%-
XYZ36.6823.9151.4-
YUV136.63158.12171.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.99%
GREEN value IS 95 (37.5% from 255) = 19.67%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=40.99%
G=19.67%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989519000.520.040.22304.6647.4757.45
HexC65FBE0344161312f39
Octal3061372760644264615771
Binary11000110101111110111110011010010010110100110001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65FBE; }

 p { color: rgb(198,95,190); }

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

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

 a { background-color: rgb(198,95,190); }

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

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

 span { border-color: rgb(198,95,190); }

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