#C064B4

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

Shades of Fuchsia #C064B4

Tints of Fuchsia #C064B4

Color information

#C064B4 (or 0xC064B4) is unknown color: approx Fuchsia. HEX triplet: C0, 64 and B4. RGB value is (192,100,180). Sum of RGB (Red+Green+Blue) = 192+100+180=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C064B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064B4 is #3F9B4B. Grayscale: #888888. Windows color (decimal): -4168524 or 11822272. OLE color: 11822272.

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

Color convert

RGB192100180-
CMYK00.480.060.25
HSL307.83º42.2%57.25%-
HSV(B)307.83º47.92%75.29%-
XYZ34.5323.6245.92-
YUV136.63152.48167.5-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=40.68%
G=21.19%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210018000.480.060.25307.8342.257.25
HexC064B40306191342a39
Octal3001442640606314645271
Binary11000000110010010110100011000011011001100110100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C064B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C064B4; }

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

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

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

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

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

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

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

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