#C04CB4

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

Shades of Fuchsia #C04CB4

Tints of Fuchsia #C04CB4

Color information

#C04CB4 (or 0xC04CB4) is unknown color: approx Fuchsia. HEX triplet: C0, 4C and B4. RGB value is (192,76,180). Sum of RGB (Red+Green+Blue) = 192+76+180=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 76 (30.08% from 255 or 16.96% from 448); Blue value is 180 (70.70% from 255 or 40.18% from 448); Max value from RGB is 192 - color contains mainly: red. Hex color #C04CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C04CB4 is #3FB34B. Grayscale: #7A7A7A. Windows color (decimal): -4174668 or 11816128. OLE color: 11816128.

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

Color convert

RGB19276180-
CMYK00.600.060.25
HSL306.21º47.93%52.55%-
HSV(B)306.21º60.42%75.29%-
XYZ32.5619.6745.26-
YUV122.54160.43177.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 76 (30.08% from 255) = 16.96%
BLUE value IS 180 (70.70% from 255) = 40.18%
R=42.86%
G=16.96%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927618000.600.060.25306.2147.9352.55
HexC04CB403C6191323035
Octal3001142640746314626065
Binary11000000100110010110100011110011011001100110010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04CB4; }

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

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

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

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

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

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

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

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