#C064BB

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

Shades of Fuchsia #C064BB

Tints of Fuchsia #C064BB

Color information

#C064BB (or 0xC064BB) is unknown color: approx Fuchsia. HEX triplet: C0, 64 and BB. RGB value is (192,100,187). Sum of RGB (Red+Green+Blue) = 192+100+187=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C064BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C064BB is #3F9B44. Grayscale: #898989. Windows color (decimal): -4168517 or 12281024. OLE color: 12281024.

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

Color convert

RGB192100187-
CMYK00.480.030.25
HSL303.26º42.2%57.25%-
HSV(B)303.26º47.92%75.29%-
XYZ35.2723.9149.77-
YUV137.43155.98166.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 100 (39.45% from 255) = 20.88%
BLUE value IS 187 (73.44% from 255) = 39.04%
R=40.08%
G=20.88%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210018700.480.030.25303.2642.257.25
HexC064BB03031912f2a39
Octal3001442730603314575271
Binary1100000011001001011101101100001111001100101111101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C064BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C064BB; }

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

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

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

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

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

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

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

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