Html Css Color HEX #C448AC Fuchsia

📋 copy color: '#C448AC'

red 196 ◦ green 72 ◦ blue 172

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

Shades of Fuchsia #C448AC

Tints of Fuchsia #C448AC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.36%

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

R = 44.55%
G = 16.36%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C448AC (or 0xC448AC) is known color: Fuchsia. HEX triplet: C4, 48 and AC. RGB value is (196,72,172). Sum of RGB (Red+Green+Blue) = 196+72+172=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C448AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C448AC is #3BB753. Grayscale: #787878. Windows color (decimal): -3913556 or 11290820. OLE color: 11290820.

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

Color convert

RGB 196 72 172 -
CMYK 0 0.63 0.12 0.23
HSL 311.61º 0.51% 0.53% -
HSV(B) 311.61º 0.63% 0.77% -
XYZ 32.53 19.35 41.05 -
YUV 120.48 157.08 181.87 -
System Red Green Blue C M Y K H S L
Decimal 196 72 172 0 0.63 0.12 0.23 311.61 0.51 0.53
Hex C4 48 AC 0 3F C 17 138 33 35
Octal 304 110 254 0 77 14 27 470 63 65
Binary 11000100 1001000 10101100 0 111111 1100 10111 100111000 110011 110101

Color Harmonies of #C448AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C448AC

Black with #C448AC

Text Example


Text Example

White with #C448AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C448AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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