#C24BBB

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

Shades of Fuchsia #C24BBB

Tints of Fuchsia #C24BBB

Color information

#C24BBB (or 0xC24BBB) is unknown color: approx Fuchsia. HEX triplet: C2, 4B and BB. RGB value is (194,75,187). Sum of RGB (Red+Green+Blue) = 194+75+187=456 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.54% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BBB is #3DB444. Grayscale: #7B7B7B. Windows color (decimal): -4043845 or 12274626. OLE color: 12274626.

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

Color convert

RGB19475187-
CMYK00.610.040.24
HSL303.53º49.38%52.75%-
HSV(B)303.53º61.34%76.08%-
XYZ33.7320.0949.11-
YUV123.35163.92178.39-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.54%
GREEN value IS 75 (29.69% from 255) = 16.45%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=42.54%
G=16.45%
B=41.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947518700.610.040.24303.5349.3852.75
HexC24BBB03D4181303135
Octal3021132730754304606165
Binary11000010100101110111011011110110011000100110000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24BBB; }

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

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

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

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

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

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

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

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