#C24BBE

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

Shades of Fuchsia #C24BBE

Tints of Fuchsia #C24BBE

Color information

#C24BBE (or 0xC24BBE) is unknown color: approx Fuchsia. HEX triplet: C2, 4B and BE. RGB value is (194,75,190). Sum of RGB (Red+Green+Blue) = 194+75+190=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BBE is #3DB441. Grayscale: #7B7B7B. Windows color (decimal): -4043842 or 12471234. OLE color: 12471234.

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

Color convert

RGB19475190-
CMYK00.610.020.24
HSL302.02º49.38%52.75%-
HSV(B)302.02º61.34%76.08%-
XYZ34.0620.2250.82-
YUV123.69165.42178.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 75 (29.69% from 255) = 16.34%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=42.27%
G=16.34%
B=41.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947519000.610.020.24302.0249.3852.75
HexC24BBE03D21812e3135
Octal3021132760752304566165
Binary1100001010010111011111001111011011000100101110110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24BBE; }

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

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

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

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

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

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

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

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