Html Css Color HEX #C24ACB Fuchsia

📋 copy color: '#C24ACB'

red 194 ◦ green 74 ◦ blue 203

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

Shades of Fuchsia #C24ACB

Tints of Fuchsia #C24ACB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.71%

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 41.19%
G = 15.71%
B = 43.1%

CMYK

 C value IS 0.04

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C24ACB (or 0xC24ACB) is known color: Fuchsia. HEX triplet: C2, 4A and CB. RGB value is (194,74,203). Sum of RGB (Red+Green+Blue) = 194+74+203=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 74 (29.30% from 255 or 15.71% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #C24ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C24ACB is #3DB534. Grayscale: #7C7C7C. Windows color (decimal): -4044085 or 13322946. OLE color: 13322946.

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

Color convert

RGB 194 74 203 -
CMYK 0.04 0.64 0 0.20
HSL 295.81º 0.55% 0.54% -
HSV(B) 295.81º 0.64% 0.8% -
XYZ 35.48 20.68 58.62 -
YUV 124.59 172.26 177.51 -
System Red Green Blue C M Y K H S L
Decimal 194 74 203 0.04 0.64 0 0.20 295.81 0.55 0.54
Hex C2 4A CB 4 40 0 14 128 37 36
Octal 302 112 313 4 100 0 24 450 67 66
Binary 11000010 1001010 11001011 100 1000000 0 10100 100101000 110111 110110

Color Harmonies of #C24ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24ACB

Black with #C24ACB

Text Example


Text Example

White with #C24ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24ACB; }

 p { color: rgb(194,74,203); }

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

background-color css

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

 a { background-color: rgb(194,74,203); }

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

border-color css

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

 span { border-color: rgb(194,74,203); }

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