#C65CB3

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

Shades of Fuchsia #C65CB3

Tints of Fuchsia #C65CB3

Color information

#C65CB3 (or 0xC65CB3) is unknown color: approx Fuchsia. HEX triplet: C6, 5C and B3. RGB value is (198,92,179). Sum of RGB (Red+Green+Blue) = 198+92+179=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 179 (70.31% from 255 or 38.17% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C65CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C65CB3 is #39A34C. Grayscale: #858585. Windows color (decimal): -3777357 or 11754694. OLE color: 11754694.

HSL color Cylindrical-coordinate representation of color #C65CB3: hue angle of 310.75º 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 #C65CB3 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB19892179-
CMYK00.540.100.22
HSL310.75º48.18%56.86%-
HSV(B)310.75º53.54%77.65%-
XYZ35.2522.9145.21-
YUV133.61153.62173.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 42.22%
GREEN value IS 92 (36.33% from 255) = 19.62%
BLUE value IS 179 (70.31% from 255) = 38.17%
R=42.22%
G=19.62%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989217900.540.100.22310.7548.1856.86
HexC65CB3036A161373039
Octal30613426306612264676071
Binary110001101011100101100110110110101010110100110111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65CB3; }

 p { color: rgb(198,92,179); }

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

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

 a { background-color: rgb(198,92,179); }

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

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

 span { border-color: rgb(198,92,179); }

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