#C065B5

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

Shades of Fuchsia #C065B5

Tints of Fuchsia #C065B5

Color information

#C065B5 (or 0xC065B5) is unknown color: approx Fuchsia. HEX triplet: C0, 65 and B5. RGB value is (192,101,181). Sum of RGB (Red+Green+Blue) = 192+101+181=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 101 (39.84% from 255 or 21.31% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C065B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065B5 is #3F9A4A. Grayscale: #898989. Windows color (decimal): -4168267 or 11888064. OLE color: 11888064.

HSL color Cylindrical-coordinate representation of color #C065B5: hue angle of 307.25º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C065B5 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB192101181-
CMYK00.470.060.25
HSL307.25º41.94%57.45%-
HSV(B)307.25º47.4%75.29%-
XYZ34.7323.8546.49-
YUV137.33152.65167-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 101 (39.84% from 255) = 21.31%
BLUE value IS 181 (71.09% from 255) = 38.19%
R=40.51%
G=21.31%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210118100.470.060.25307.2541.9457.45
HexC065B502F6191332a39
Octal3001452650576314635271
Binary11000000110010110110101010111111011001100110011101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C065B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C065B5; }

 p { color: rgb(192,101,181); }

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

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

 a { background-color: rgb(192,101,181); }

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

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

 span { border-color: rgb(192,101,181); }

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