#C24FBC

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

Shades of Fuchsia #C24FBC

Tints of Fuchsia #C24FBC

Color information

#C24FBC (or 0xC24FBC) is unknown color: approx Fuchsia. HEX triplet: C2, 4F and BC. RGB value is (194,79,188). Sum of RGB (Red+Green+Blue) = 194+79+188=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FBC is #3DB043. Grayscale: #7D7D7D. Windows color (decimal): -4042820 or 12341186. OLE color: 12341186.

HSL color Cylindrical-coordinate representation of color #C24FBC: hue angle of 303.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24FBC is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB19479188-
CMYK00.590.030.24
HSL303.13º48.52%53.53%-
HSV(B)303.13º59.28%76.08%-
XYZ34.1220.6949.77-
YUV125.81163.1176.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 79 (31.25% from 255) = 17.14%
BLUE value IS 188 (73.83% from 255) = 40.78%
R=42.08%
G=17.14%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947918800.590.030.24303.1348.5253.53
HexC24FBC03B31812f3136
Octal3021172740733304576166
Binary1100001010011111011110001110111111000100101111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24FBC; }

 p { color: rgb(194,79,188); }

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

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

 a { background-color: rgb(194,79,188); }

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

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

 span { border-color: rgb(194,79,188); }

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