#C05CBC

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

Shades of Fuchsia #C05CBC

Tints of Fuchsia #C05CBC

Color information

#C05CBC (or 0xC05CBC) is unknown color: approx Fuchsia. HEX triplet: C0, 5C and BC. RGB value is (192,92,188). Sum of RGB (Red+Green+Blue) = 192+92+188=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 92 (36.33% from 255 or 19.49% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CBC is #3FA343. Grayscale: #848484. Windows color (decimal): -4170564 or 12344512. OLE color: 12344512.

HSL color Cylindrical-coordinate representation of color #C05CBC: hue angle of 302.4º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05CBC is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19292188-
CMYK00.520.020.25
HSL302.4º44.25%55.69%-
HSV(B)302.4º52.08%75.29%-
XYZ34.6422.4950.09-
YUV132.84159.13170.19-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 92 (36.33% from 255) = 19.49%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=40.68%
G=19.49%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929218800.520.020.25302.444.2555.69
HexC05CBC03421912e2c38
Octal3001342740642314565470
Binary1100000010111001011110001101001011001100101110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05CBC; }

 p { color: rgb(192,92,188); }

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

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

 a { background-color: rgb(192,92,188); }

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

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

 span { border-color: rgb(192,92,188); }

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