Html Css Color HEX #C44ACE Fuchsia

📋 copy color: '#C44ACE'

red 196 ◦ green 74 ◦ blue 206

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

Shades of Fuchsia #C44ACE

Tints of Fuchsia #C44ACE

RGB

 RED value IS 196 (76.95% from 255) = 41.18%

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

 BLUE value IS 206 (80.86% from 255) = 43.28%

R = 41.18%
G = 15.55%
B = 43.28%

CMYK

 C value IS 0.05

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C44ACE (or 0xC44ACE) is known color: Fuchsia. HEX triplet: C4, 4A and CE. RGB value is (196,74,206). Sum of RGB (Red+Green+Blue) = 196+74+206=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #C44ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44ACE is #3BB531. Grayscale: #7D7D7D. Windows color (decimal): -3913010 or 13519556. OLE color: 13519556.

HSL color Cylindrical-coordinate representation of color #C44ACE: hue angle of 295.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44ACE is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 74 206 -
CMYK 0.05 0.64 0 0.19
HSL 295.45º 0.57% 0.55% -
HSV(B) 295.45º 0.64% 0.81% -
XYZ 36.35 21.09 60.55 -
YUV 125.53 173.42 178.27 -
System Red Green Blue C M Y K H S L
Decimal 196 74 206 0.05 0.64 0 0.19 295.45 0.57 0.55
Hex C4 4A CE 5 40 0 13 127 39 37
Octal 304 112 316 5 100 0 23 447 71 67
Binary 11000100 1001010 11001110 101 1000000 0 10011 100100111 111001 110111

Color Harmonies of #C44ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44ACE

Black with #C44ACE

Text Example


Text Example

White with #C44ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44ACE; }

 p { color: rgb(196,74,206); }

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

background-color css

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

 a { background-color: rgb(196,74,206); }

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

border-color css

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

 span { border-color: rgb(196,74,206); }

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