#C05CB3

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

Shades of Fuchsia #C05CB3

Tints of Fuchsia #C05CB3

Color information

#C05CB3 (or 0xC05CB3) is unknown color: approx Fuchsia. HEX triplet: C0, 5C and B3. RGB value is (192,92,179). Sum of RGB (Red+Green+Blue) = 192+92+179=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CB3 is #3FA34C. Grayscale: #838383. Windows color (decimal): -4170573 or 11754688. OLE color: 11754688.

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

Color convert

RGB19292179-
CMYK00.520.070.25
HSL307.8º44.25%55.69%-
HSV(B)307.8º52.08%75.29%-
XYZ33.722.1245.14-
YUV131.82154.63170.93-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 92 (36.33% from 255) = 19.87%
BLUE value IS 179 (70.31% from 255) = 38.66%
R=41.47%
G=19.87%
B=38.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929217900.520.070.25307.844.2555.69
HexC05CB30347191342c38
Octal3001342630647314645470
Binary11000000101110010110011011010011111001100110100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05CB3; }

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

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

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

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

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

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

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

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