#C05CAD

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

Shades of Fuchsia #C05CAD

Tints of Fuchsia #C05CAD

Color information

#C05CAD (or 0xC05CAD) is unknown color: approx Fuchsia. HEX triplet: C0, 5C and AD. RGB value is (192,92,173). Sum of RGB (Red+Green+Blue) = 192+92+173=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C05CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05CAD is #3FA352. Grayscale: #828282. Windows color (decimal): -4170579 or 11361472. OLE color: 11361472.

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

Color convert

RGB19292173-
CMYK00.520.100.25
HSL311.4º44.25%55.69%-
HSV(B)311.4º52.08%75.29%-
XYZ33.1121.8842.01-
YUV131.13151.63171.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 92 (36.33% from 255) = 20.13%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=42.01%
G=20.13%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929217300.520.100.25311.444.2555.69
HexC05CAD034A191372c38
Octal30013425506412314675470
Binary110000001011100101011010110100101011001100110111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05CAD; }

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

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

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

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

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

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

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

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