Html Css Color HEX #C24BCA Fuchsia

📋 copy color: '#C24BCA'

red 194 ◦ green 75 ◦ blue 202

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

Shades of Fuchsia #C24BCA

Tints of Fuchsia #C24BCA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.92%

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

R = 41.19%
G = 15.92%
B = 42.89%

CMYK

 C value IS 0.04

 M value IS 0.63

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C24BCA (or 0xC24BCA) is known color: Fuchsia. HEX triplet: C2, 4B and CA. RGB value is (194,75,202). Sum of RGB (Red+Green+Blue) = 194+75+202=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #C24BCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24BCA is #3DB435. Grayscale: #7C7C7C. Windows color (decimal): -4043830 or 13257666. OLE color: 13257666.

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

Color convert

RGB 194 75 202 -
CMYK 0.04 0.63 0 0.21
HSL 296.22º 0.55% 0.54% -
HSV(B) 296.22º 0.63% 0.79% -
XYZ 35.42 20.77 58.02 -
YUV 125.06 171.42 177.17 -
System Red Green Blue C M Y K H S L
Decimal 194 75 202 0.04 0.63 0 0.21 296.22 0.55 0.54
Hex C2 4B CA 4 3F 0 15 128 37 36
Octal 302 113 312 4 77 0 25 450 67 66
Binary 11000010 1001011 11001010 100 111111 0 10101 100101000 110111 110110

Color Harmonies of #C24BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BCA

Black with #C24BCA

Text Example


Text Example

White with #C24BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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