Html Css Color HEX #C24CCC Fuchsia

📋 copy color: '#C24CCC'

red 194 ◦ green 76 ◦ blue 204

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

Shades of Fuchsia #C24CCC

Tints of Fuchsia #C24CCC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.03%

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

R = 40.93%
G = 16.03%
B = 43.04%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C24CCC (or 0xC24CCC) is known color: Fuchsia. HEX triplet: C2, 4C and CC. RGB value is (194,76,204). Sum of RGB (Red+Green+Blue) = 194+76+204=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 76 (30.08% from 255 or 16.03% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #C24CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CCC is #3DB333. Grayscale: #7D7D7D. Windows color (decimal): -4043572 or 13388994. OLE color: 13388994.

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

Color convert

RGB 194 76 204 -
CMYK 0.05 0.63 0 0.2
HSL 295.31º 0.56% 0.55% -
HSV(B) 295.31º 0.63% 0.8% -
XYZ 35.73 21 59.3 -
YUV 125.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 194 76 204 0.05 0.63 0 0.2 295.31 0.56 0.55
Hex C2 4C CC 5 3F 0 14 127 38 37
Octal 302 114 314 5 77 0 24 447 70 67
Binary 11000010 1001100 11001100 101 111111 0 10100 100100111 111000 110111

Color Harmonies of #C24CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CCC

Black with #C24CCC

Text Example


Text Example

White with #C24CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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