#C04DCB

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

Shades of Fuchsia #C04DCB

Tints of Fuchsia #C04DCB

Color information

#C04DCB (or 0xC04DCB) is unknown color: approx Fuchsia. HEX triplet: C0, 4D and CB. RGB value is (192,77,203). Sum of RGB (Red+Green+Blue) = 192+77+203=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #C04DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04DCB is #3FB234. Grayscale: #7D7D7D. Windows color (decimal): -4174389 or 13323712. OLE color: 13323712.

HSL color Cylindrical-coordinate representation of color #C04DCB: hue angle of 294.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04DCB is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19277203-
CMYK0.050.6200.20
HSL294.76º54.78%54.9%-
HSV(B)294.76º62.07%79.61%-
XYZ35.1720.8358.67-
YUV125.75171.6175.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.68%
GREEN value IS 77 (30.47% from 255) = 16.31%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=40.68%
G=16.31%
B=43.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192772030.050.6200.20294.7654.7854.9
HexC04DCB53E0141273737
Octal3001153135760244476767
Binary11000000100110111001011101111110010100100100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04DCB; }

 p { color: rgb(192,77,203); }

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

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

 a { background-color: rgb(192,77,203); }

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

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

 span { border-color: rgb(192,77,203); }

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