#C065B4

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

Shades of Fuchsia #C065B4

Tints of Fuchsia #C065B4

Color information

#C065B4 (or 0xC065B4) is unknown color: approx Fuchsia. HEX triplet: C0, 65 and B4. RGB value is (192,101,180). Sum of RGB (Red+Green+Blue) = 192+101+180=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 180 (70.70% from 255 or 38.05% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C065B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C065B4 is #3F9A4B. Grayscale: #888888. Windows color (decimal): -4168268 or 11822528. OLE color: 11822528.

HSL color Cylindrical-coordinate representation of color #C065B4: hue angle of 307.91º 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 #C065B4 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB192101180-
CMYK00.470.060.25
HSL307.91º41.94%57.45%-
HSV(B)307.91º47.4%75.29%-
XYZ34.6323.8145.95-
YUV137.22152.15167.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 101 (39.84% from 255) = 21.35%
BLUE value IS 180 (70.70% from 255) = 38.05%
R=40.59%
G=21.35%
B=38.05%

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
Decimal19210118000.470.060.25307.9141.9457.45
HexC065B402F6191342a39
Octal3001452640576314645271
Binary11000000110010110110100010111111011001100110100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C065B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C065B4; }

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

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

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

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

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

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

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

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