#C05CBE

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

Shades of Fuchsia #C05CBE

Tints of Fuchsia #C05CBE

Color information

#C05CBE (or 0xC05CBE) is unknown color: approx Fuchsia. HEX triplet: C0, 5C and BE. RGB value is (192,92,190). Sum of RGB (Red+Green+Blue) = 192+92+190=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CBE is #3FA341. Grayscale: #848484. Windows color (decimal): -4170562 or 12475584. OLE color: 12475584.

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

Color convert

RGB19292190-
CMYK00.520.010.25
HSL301.2º44.25%55.69%-
HSV(B)301.2º52.08%75.29%-
XYZ34.8622.5851.24-
YUV133.07160.13170.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.51%
GREEN value IS 92 (36.33% from 255) = 19.41%
BLUE value IS 190 (74.61% from 255) = 40.08%
R=40.51%
G=19.41%
B=40.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929219000.520.010.25301.244.2555.69
HexC05CBE03411912d2c38
Octal3001342760641314555470
Binary110000001011100101111100110100111001100101101101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05CBE; }

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

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

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

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

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

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

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

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