#C24DCD

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

Shades of Fuchsia #C24DCD

Tints of Fuchsia #C24DCD

Color information

#C24DCD (or 0xC24DCD) is unknown color: approx Fuchsia. HEX triplet: C2, 4D and CD. RGB value is (194,77,205). Sum of RGB (Red+Green+Blue) = 194+77+205=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 77 (30.47% from 255 or 16.18% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #C24DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DCD is #3DB232. Grayscale: #7E7E7E. Windows color (decimal): -4043315 or 13454786. OLE color: 13454786.

HSL color Cylindrical-coordinate representation of color #C24DCD: hue angle of 294.84º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24DCD is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19477205-
CMYK0.050.6200.20
HSL294.84º56.14%55.29%-
HSV(B)294.84º62.44%80.39%-
XYZ35.9221.1859.95-
YUV126.58172.26176.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.76%
GREEN value IS 77 (30.47% from 255) = 16.18%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=40.76%
G=16.18%
B=43.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194772050.050.6200.20294.8456.1455.29
HexC24DCD53E0141273837
Octal3021153155760244477067
Binary11000010100110111001101101111110010100100100111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C24DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C24DCD; }

 p { color: rgb(194,77,205); }

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

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

 a { background-color: rgb(194,77,205); }

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

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

 span { border-color: rgb(194,77,205); }

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