#C05CC1

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

Shades of Fuchsia #C05CC1

Tints of Fuchsia #C05CC1

Color information

#C05CC1 (or 0xC05CC1) is unknown color: approx Fuchsia. HEX triplet: C0, 5C and C1. RGB value is (192,92,193). Sum of RGB (Red+Green+Blue) = 192+92+193=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 193 (75.78% from 255 or 40.46% from 477); Max value from RGB is 193 - color contains mainly: blue. Hex color #C05CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CC1 is #3FA33E. Grayscale: #858585. Windows color (decimal): -4170559 or 12672192. OLE color: 12672192.

HSL color Cylindrical-coordinate representation of color #C05CC1: hue angle of 299.41º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C05CC1 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19292193-
CMYK0.010.5200.24
HSL299.41º44.89%55.88%-
HSV(B)299.41º52.33%75.69%-
XYZ35.1922.7152.98-
YUV133.41161.63169.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.25%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 193 (75.78% from 255) = 40.46%
R=40.25%
G=19.29%
B=40.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192921930.010.5200.24299.4144.8955.88
HexC05CC113401812b2d38
Octal3001343011640304535570
Binary110000001011100110000011110100011000100101011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05CC1; }

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

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

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

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

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

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

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

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