Html Css Color HEX #C24BAC Fuchsia

📋 copy color: '#C24BAC'

red 194 ◦ green 75 ◦ blue 172

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

Shades of Fuchsia #C24BAC

Tints of Fuchsia #C24BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39%

R = 43.99%
G = 17.01%
B = 39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C24BAC (or 0xC24BAC) is known color: Fuchsia. HEX triplet: C2, 4B and AC. RGB value is (194,75,172). Sum of RGB (Red+Green+Blue) = 194+75+172=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 75 (29.69% from 255 or 17.01% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24BAC is #3DB453. Grayscale: #797979. Windows color (decimal): -4043860 or 11291586. OLE color: 11291586.

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

Color convert

RGB 194 75 172 -
CMYK 0 0.61 0.11 0.24
HSL 311.09º 0.49% 0.53% -
HSV(B) 311.09º 0.61% 0.76% -
XYZ 32.21 19.48 41.09 -
YUV 121.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 194 75 172 0 0.61 0.11 0.24 311.09 0.49 0.53
Hex C2 4B AC 0 3D B 18 137 31 35
Octal 302 113 254 0 75 13 30 467 61 65
Binary 11000010 1001011 10101100 0 111101 1011 11000 100110111 110001 110101

Color Harmonies of #C24BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BAC

Black with #C24BAC

Text Example


Text Example

White with #C24BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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