Html Css Color HEX #C24CCA Fuchsia

📋 copy color: '#C24CCA'

red 194 ◦ green 76 ◦ blue 202

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

Shades of Fuchsia #C24CCA

Tints of Fuchsia #C24CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.8%

R = 41.1%
G = 16.1%
B = 42.8%

CMYK

 C value IS 0.04

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C24CCA (or 0xC24CCA) is known color: Fuchsia. HEX triplet: C2, 4C and CA. RGB value is (194,76,202). Sum of RGB (Red+Green+Blue) = 194+76+202=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #C24CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24CCA is #3DB335. Grayscale: #7D7D7D. Windows color (decimal): -4043574 or 13257922. OLE color: 13257922.

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

Color convert

RGB 194 76 202 -
CMYK 0.04 0.62 0 0.21
HSL 296.19º 0.54% 0.55% -
HSV(B) 296.19º 0.62% 0.79% -
XYZ 35.49 20.9 58.04 -
YUV 125.65 171.09 176.75 -
System Red Green Blue C M Y K H S L
Decimal 194 76 202 0.04 0.62 0 0.21 296.19 0.54 0.55
Hex C2 4C CA 4 3E 0 15 128 36 37
Octal 302 114 312 4 76 0 25 450 66 67
Binary 11000010 1001100 11001010 100 111110 0 10101 100101000 110110 110111

Color Harmonies of #C24CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CCA

Black with #C24CCA

Text Example


Text Example

White with #C24CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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