Html Css Color HEX #C24CC9 Fuchsia

📋 copy color: '#C24CC9'

red 194 ◦ green 76 ◦ blue 201

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

Shades of Fuchsia #C24CC9

Tints of Fuchsia #C24CC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 42.68%

R = 41.19%
G = 16.14%
B = 42.68%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C24CC9 (or 0xC24CC9) is known color: Fuchsia. HEX triplet: C2, 4C and C9. RGB value is (194,76,201). Sum of RGB (Red+Green+Blue) = 194+76+201=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 201 (78.91% from 255 or 42.68% from 471); Max value from RGB is 201 - color contains mainly: blue. Hex color #C24CC9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CC9 is #3DB336. Grayscale: #7D7D7D. Windows color (decimal): -4043575 or 13192386. OLE color: 13192386.

HSL color Cylindrical-coordinate representation of color #C24CC9: hue angle of 296.64º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24CC9 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 76 201 -
CMYK 0.03 0.62 0 0.21
HSL 296.64º 0.54% 0.54% -
HSV(B) 296.64º 0.62% 0.79% -
XYZ 35.38 20.86 57.42 -
YUV 125.53 170.59 176.84 -
System Red Green Blue C M Y K H S L
Decimal 194 76 201 0.03 0.62 0 0.21 296.64 0.54 0.54
Hex C2 4C C9 3 3E 0 15 129 36 36
Octal 302 114 311 3 76 0 25 451 66 66
Binary 11000010 1001100 11001001 11 111110 0 10101 100101001 110110 110110

Color Harmonies of #C24CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CC9

Black with #C24CC9

Text Example


Text Example

White with #C24CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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