#C24BBA

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

Shades of Fuchsia #C24BBA

Tints of Fuchsia #C24BBA

Color information

#C24BBA (or 0xC24BBA) is unknown color: approx Fuchsia. HEX triplet: C2, 4B and BA. RGB value is (194,75,186). Sum of RGB (Red+Green+Blue) = 194+75+186=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 75 (29.69% from 255 or 16.48% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BBA is #3DB445. Grayscale: #7A7A7A. Windows color (decimal): -4043846 or 12209090. OLE color: 12209090.

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

Color convert

RGB19475186-
CMYK00.610.040.24
HSL304.03º49.38%52.75%-
HSV(B)304.03º61.34%76.08%-
XYZ33.6320.0548.55-
YUV123.24163.42178.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.64%
GREEN value IS 75 (29.69% from 255) = 16.48%
BLUE value IS 186 (73.05% from 255) = 40.88%
R=42.64%
G=16.48%
B=40.88%

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
Decimal1947518600.610.040.24304.0349.3852.75
HexC24BBA03D4181303135
Octal3021132720754304606165
Binary11000010100101110111010011110110011000100110000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24BBA; }

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

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

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

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

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

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

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

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