Html Css Color HEX #C24DCC Fuchsia

📋 copy color: '#C24DCC'

red 194 ◦ green 77 ◦ blue 204

#C24DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C24DCC

Tints of Fuchsia #C24DCC

RGB

 RED value IS 194 (76.17% from 255) = 40.84%

 GREEN value IS 77 (30.47% from 255) = 16.21%

 BLUE value IS 204 (80.08% from 255) = 42.95%

R = 40.84%
G = 16.21%
B = 42.95%

CMYK

 C value IS 0.05

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C24DCC (or 0xC24DCC) is known color: Fuchsia. HEX triplet: C2, 4D and CC. RGB value is (194,77,204). Sum of RGB (Red+Green+Blue) = 194+77+204=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #C24DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C24DCC is #3DB233. Grayscale: #7E7E7E. Windows color (decimal): -4043316 or 13389250. OLE color: 13389250.

HSL color Cylindrical-coordinate representation of color #C24DCC: hue angle of 295.28º degrees, saturation: 0.55, 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 #C24DCC is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 194 77 204 -
CMYK 0.05 0.62 0 0.2
HSL 295.28º 0.55% 0.55% -
HSV(B) 295.28º 0.62% 0.8% -
XYZ 35.8 21.14 59.32 -
YUV 126.46 171.76 176.17 -
System Red Green Blue C M Y K H S L
Decimal 194 77 204 0.05 0.62 0 0.2 295.28 0.55 0.55
Hex C2 4D CC 5 3E 0 14 127 37 37
Octal 302 115 314 5 76 0 24 447 67 67
Binary 11000010 1001101 11001100 101 111110 0 10100 100100111 110111 110111

Color Harmonies of #C24DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24DCC

Black with #C24DCC

Text Example


Text Example

White with #C24DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24DCC; }

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

 H1.HeaderClassName
 {
   color: #C24DCC;
 }
 .AnyTagClassName
 {
   color: #C24DCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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