#C055C7

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

Shades of Fuchsia #C055C7

Tints of Fuchsia #C055C7

Color information

#C055C7 (or 0xC055C7) is unknown color: approx Fuchsia. HEX triplet: C0, 55 and C7. RGB value is (192,85,199). Sum of RGB (Red+Green+Blue) = 192+85+199=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 85 (33.59% from 255 or 17.86% from 476); Blue value is 199 (78.12% from 255 or 41.81% from 476); Max value from RGB is 199 - color contains mainly: blue. Hex color #C055C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055C7 is #3FAA38. Grayscale: #818181. Windows color (decimal): -4172345 or 13063616. OLE color: 13063616.

HSL color Cylindrical-coordinate representation of color #C055C7: hue angle of 296.32º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C055C7 is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19285199-
CMYK0.040.5700.22
HSL296.32º50.44%55.69%-
HSV(B)296.32º57.29%78.04%-
XYZ35.321.8356.39-
YUV129.99166.95172.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.34%
GREEN value IS 85 (33.59% from 255) = 17.86%
BLUE value IS 199 (78.12% from 255) = 41.81%
R=40.34%
G=17.86%
B=41.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192851990.040.5700.22296.3250.4455.69
HexC055C74390161283238
Octal3001253074710264506270
Binary11000000101010111000111100111001010110100101000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C055C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C055C7; }

 p { color: rgb(192,85,199); }

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

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

 a { background-color: rgb(192,85,199); }

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

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

 span { border-color: rgb(192,85,199); }

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