Html Css Color HEX #C24CAF Fuchsia

📋 copy color: '#C24CAF'

red 194 ◦ green 76 ◦ blue 175

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

Shades of Fuchsia #C24CAF

Tints of Fuchsia #C24CAF

RGB

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

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

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

R = 43.6%
G = 17.08%
B = 39.33%

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

#C24CAF (or 0xC24CAF) is known color: Fuchsia. HEX triplet: C2, 4C and AF. RGB value is (194,76,175). Sum of RGB (Red+Green+Blue) = 194+76+175=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C24CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C24CAF is #3DB350. Grayscale: #7A7A7A. Windows color (decimal): -4043601 or 11488450. OLE color: 11488450.

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

Color convert

RGB 194 76 175 -
CMYK 0 0.61 0.10 0.24
HSL 309.66º 0.49% 0.53% -
HSV(B) 309.66º 0.61% 0.76% -
XYZ 32.57 19.73 42.65 -
YUV 122.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 194 76 175 0 0.61 0.10 0.24 309.66 0.49 0.53
Hex C2 4C AF 0 3D A 18 136 31 35
Octal 302 114 257 0 75 12 30 466 61 65
Binary 11000010 1001100 10101111 0 111101 1010 11000 100110110 110001 110101

Color Harmonies of #C24CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24CAF

Black with #C24CAF

Text Example


Text Example

White with #C24CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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