Html Css Color HEX #C24BAF Fuchsia

📋 copy color: '#C24BAF'

red 194 ◦ green 75 ◦ blue 175

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

Shades of Fuchsia #C24BAF

Tints of Fuchsia #C24BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 39.41%

R = 43.69%
G = 16.89%
B = 39.41%

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

#C24BAF (or 0xC24BAF) is known color: Fuchsia. HEX triplet: C2, 4B and AF. RGB value is (194,75,175). Sum of RGB (Red+Green+Blue) = 194+75+175=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C24BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24BAF is #3DB450. Grayscale: #797979. Windows color (decimal): -4043857 or 11488194. OLE color: 11488194.

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

Color convert

RGB 194 75 175 -
CMYK 0 0.61 0.10 0.24
HSL 309.58º 0.49% 0.53% -
HSV(B) 309.58º 0.61% 0.76% -
XYZ 32.5 19.6 42.63 -
YUV 121.98 157.92 179.37 -
System Red Green Blue C M Y K H S L
Decimal 194 75 175 0 0.61 0.10 0.24 309.58 0.49 0.53
Hex C2 4B AF 0 3D A 18 136 31 35
Octal 302 113 257 0 75 12 30 466 61 65
Binary 11000010 1001011 10101111 0 111101 1010 11000 100110110 110001 110101

Color Harmonies of #C24BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24BAF

Black with #C24BAF

Text Example


Text Example

White with #C24BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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