#C65BB1

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

Shades of Fuchsia #C65BB1

Tints of Fuchsia #C65BB1

Color information

#C65BB1 (or 0xC65BB1) is unknown color: approx Fuchsia. HEX triplet: C6, 5B and B1. RGB value is (198,91,177). Sum of RGB (Red+Green+Blue) = 198+91+177=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C65BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65BB1 is #39A44E. Grayscale: #848484. Windows color (decimal): -3777615 or 11623366. OLE color: 11623366.

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

Color convert

RGB19891177-
CMYK00.540.110.22
HSL311.78º48.42%56.67%-
HSV(B)311.78º54.04%77.65%-
XYZ34.9722.6644.13-
YUV132.8152.95174.51-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.49%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 177 (69.53% from 255) = 37.98%
R=42.49%
G=19.53%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989117700.540.110.22311.7848.4256.67
HexC65BB1036B161383039
Octal30613326106613264706071
Binary110001101011011101100010110110101110110100111000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65BB1; }

 p { color: rgb(198,91,177); }

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

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

 a { background-color: rgb(198,91,177); }

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

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

 span { border-color: rgb(198,91,177); }

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