Html Css Color HEX #C445AC Fuchsia

📋 copy color: '#C445AC'

red 196 ◦ green 69 ◦ blue 172

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

Shades of Fuchsia #C445AC

Tints of Fuchsia #C445AC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.79%

 BLUE value IS 172 (67.58% from 255) = 39.36%

R = 44.85%
G = 15.79%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C445AC (or 0xC445AC) is known color: Fuchsia. HEX triplet: C4, 45 and AC. RGB value is (196,69,172). Sum of RGB (Red+Green+Blue) = 196+69+172=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C445AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C445AC is #3BBA53. Grayscale: #767676. Windows color (decimal): -3914324 or 11290052. OLE color: 11290052.

HSL color Cylindrical-coordinate representation of color #C445AC: hue angle of 311.34º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C445AC is Cyan = 0, Magento = 0.65, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 69 172 -
CMYK 0 0.65 0.12 0.23
HSL 311.34º 0.52% 0.52% -
HSV(B) 311.34º 0.65% 0.77% -
XYZ 32.34 18.97 40.99 -
YUV 118.72 158.08 183.12 -
System Red Green Blue C M Y K H S L
Decimal 196 69 172 0 0.65 0.12 0.23 311.34 0.52 0.52
Hex C4 45 AC 0 41 C 17 137 34 34
Octal 304 105 254 0 101 14 27 467 64 64
Binary 11000100 1000101 10101100 0 1000001 1100 10111 100110111 110100 110100

Color Harmonies of #C445AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445AC

Black with #C445AC

Text Example


Text Example

White with #C445AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445AC; }

 p { color: rgb(196,69,172); }

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

background-color css

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

 a { background-color: rgb(196,69,172); }

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

border-color css

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

 span { border-color: rgb(196,69,172); }

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