Html Css Color HEX #C24CC8 Fuchsia

📋 copy color: '#C24CC8'

red 194 ◦ green 76 ◦ blue 200

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

Shades of Fuchsia #C24CC8

Tints of Fuchsia #C24CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.55%

R = 41.28%
G = 16.17%
B = 42.55%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C24CC8 (or 0xC24CC8) is known color: Fuchsia. HEX triplet: C2, 4C and C8. RGB value is (194,76,200). Sum of RGB (Red+Green+Blue) = 194+76+200=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 76 (30.08% from 255 or 16.17% from 470); Blue value is 200 (78.52% from 255 or 42.55% from 470); Max value from RGB is 200 - color contains mainly: blue. Hex color #C24CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CC8 is #3DB337. Grayscale: #7D7D7D. Windows color (decimal): -4043576 or 13126850. OLE color: 13126850.

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

Color convert

RGB 194 76 200 -
CMYK 0.03 0.62 0 0.22
HSL 297.1º 0.53% 0.54% -
HSV(B) 297.1º 0.62% 0.78% -
XYZ 35.26 20.81 56.8 -
YUV 125.42 170.09 176.92 -
System Red Green Blue C M Y K H S L
Decimal 194 76 200 0.03 0.62 0 0.22 297.1 0.53 0.54
Hex C2 4C C8 3 3E 0 16 129 35 36
Octal 302 114 310 3 76 0 26 451 65 66
Binary 11000010 1001100 11001000 11 111110 0 10110 100101001 110101 110110

Color Harmonies of #C24CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CC8

Black with #C24CC8

Text Example


Text Example

White with #C24CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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