#C24FBE

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

Shades of Fuchsia #C24FBE

Tints of Fuchsia #C24FBE

Color information

#C24FBE (or 0xC24FBE) is unknown color: approx Fuchsia. HEX triplet: C2, 4F and BE. RGB value is (194,79,190). Sum of RGB (Red+Green+Blue) = 194+79+190=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 79 (31.25% from 255 or 17.06% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C24FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24FBE is #3DB041. Grayscale: #7D7D7D. Windows color (decimal): -4042818 or 12472258. OLE color: 12472258.

HSL color Cylindrical-coordinate representation of color #C24FBE: hue angle of 302.09º 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 #C24FBE is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB19479190-
CMYK00.590.020.24
HSL302.09º48.52%53.53%-
HSV(B)302.09º59.28%76.08%-
XYZ34.3420.7850.92-
YUV126.04164.1176.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.90%
GREEN value IS 79 (31.25% from 255) = 17.06%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=41.90%
G=17.06%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947919000.590.020.24302.0948.5253.53
HexC24FBE03B21812e3136
Octal3021172760732304566166
Binary1100001010011111011111001110111011000100101110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24FBE; }

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

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

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

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

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

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

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

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