#C04CAB

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

Shades of Fuchsia #C04CAB

Tints of Fuchsia #C04CAB

Color information

#C04CAB (or 0xC04CAB) is unknown color: approx Fuchsia. HEX triplet: C0, 4C and AB. RGB value is (192,76,171). Sum of RGB (Red+Green+Blue) = 192+76+171=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 171 (67.19% from 255 or 38.95% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04CAB is #3FB354. Grayscale: #797979. Windows color (decimal): -4174677 or 11226304. OLE color: 11226304.

HSL color Cylindrical-coordinate representation of color #C04CAB: hue angle of 310.86º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04CAB is Cyan = 0, Magento = 0.60, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB19276171-
CMYK00.600.110.25
HSL310.86º47.93%52.55%-
HSV(B)310.86º60.42%75.29%-
XYZ31.6719.3240.59-
YUV121.51155.93178.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.74%
GREEN value IS 76 (30.08% from 255) = 17.31%
BLUE value IS 171 (67.19% from 255) = 38.95%
R=43.74%
G=17.31%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927617100.600.110.25310.8647.9352.55
HexC04CAB03CB191373035
Octal30011425307413314676065
Binary110000001001100101010110111100101111001100110111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04CAB; }

 p { color: rgb(192,76,171); }

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

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

 a { background-color: rgb(192,76,171); }

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

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

 span { border-color: rgb(192,76,171); }

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