Html Css Color HEX #C24CA8 Fuchsia

📋 copy color: '#C24CA8'

red 194 ◦ green 76 ◦ blue 168

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

Shades of Fuchsia #C24CA8

Tints of Fuchsia #C24CA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.36%

R = 44.29%
G = 17.35%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C24CA8 (or 0xC24CA8) is known color: Fuchsia. HEX triplet: C2, 4C and A8. RGB value is (194,76,168). Sum of RGB (Red+Green+Blue) = 194+76+168=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24CA8 is #3DB357. Grayscale: #797979. Windows color (decimal): -4043608 or 11029698. OLE color: 11029698.

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

Color convert

RGB 194 76 168 -
CMYK 0 0.61 0.13 0.24
HSL 313.22º 0.49% 0.53% -
HSV(B) 313.22º 0.61% 0.76% -
XYZ 31.9 19.47 39.12 -
YUV 121.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 194 76 168 0 0.61 0.13 0.24 313.22 0.49 0.53
Hex C2 4C A8 0 3D D 18 139 31 35
Octal 302 114 250 0 75 15 30 471 61 65
Binary 11000010 1001100 10101000 0 111101 1101 11000 100111001 110001 110101

Color Harmonies of #C24CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CA8

Black with #C24CA8

Text Example


Text Example

White with #C24CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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