Html Css Color HEX #C24BAE Fuchsia

📋 copy color: '#C24BAE'

red 194 ◦ green 75 ◦ blue 174

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

Shades of Fuchsia #C24BAE

Tints of Fuchsia #C24BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 39.28%

R = 43.79%
G = 16.93%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C24BAE (or 0xC24BAE) is known color: Fuchsia. HEX triplet: C2, 4B and AE. RGB value is (194,75,174). Sum of RGB (Red+Green+Blue) = 194+75+174=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 75 (29.69% from 255 or 16.93% from 443); Blue value is 174 (68.36% from 255 or 39.28% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24BAE is #3DB451. Grayscale: #797979. Windows color (decimal): -4043858 or 11422658. OLE color: 11422658.

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

Color convert

RGB 194 75 174 -
CMYK 0 0.61 0.10 0.24
HSL 310.08º 0.49% 0.53% -
HSV(B) 310.08º 0.61% 0.76% -
XYZ 32.4 19.56 42.11 -
YUV 121.87 157.42 179.45 -
System Red Green Blue C M Y K H S L
Decimal 194 75 174 0 0.61 0.10 0.24 310.08 0.49 0.53
Hex C2 4B AE 0 3D A 18 136 31 35
Octal 302 113 256 0 75 12 30 466 61 65
Binary 11000010 1001011 10101110 0 111101 1010 11000 100110110 110001 110101

Color Harmonies of #C24BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BAE

Black with #C24BAE

Text Example


Text Example

White with #C24BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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