#C05DBA

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

Shades of Fuchsia #C05DBA

Tints of Fuchsia #C05DBA

Color information

#C05DBA (or 0xC05DBA) is unknown color: approx Fuchsia. HEX triplet: C0, 5D and BA. RGB value is (192,93,186). Sum of RGB (Red+Green+Blue) = 192+93+186=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DBA is #3FA245. Grayscale: #848484. Windows color (decimal): -4170310 or 12213696. OLE color: 12213696.

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

Color convert

RGB19293186-
CMYK00.520.030.25
HSL303.64º44%55.88%-
HSV(B)303.64º51.56%75.29%-
XYZ34.5222.5848.99-
YUV133.2157.8169.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.76%
GREEN value IS 93 (36.72% from 255) = 19.75%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=40.76%
G=19.75%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929318600.520.030.25303.644455.88
HexC05DBA0343191302c38
Octal3001352720643314605470
Binary1100000010111011011101001101001111001100110000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05DBA; }

 p { color: rgb(192,93,186); }

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

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

 a { background-color: rgb(192,93,186); }

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

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

 span { border-color: rgb(192,93,186); }

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