Html Css Color HEX #C447AD Fuchsia

📋 copy color: '#C447AD'

red 196 ◦ green 71 ◦ blue 173

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

Shades of Fuchsia #C447AD

Tints of Fuchsia #C447AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.14%

 BLUE value IS 173 (67.97% from 255) = 39.32%

R = 44.55%
G = 16.14%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C447AD (or 0xC447AD) is known color: Fuchsia. HEX triplet: C4, 47 and AD. RGB value is (196,71,173). Sum of RGB (Red+Green+Blue) = 196+71+173=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C447AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C447AD is #3BB852. Grayscale: #777777. Windows color (decimal): -3913811 or 11356100. OLE color: 11356100.

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

Color convert

RGB 196 71 173 -
CMYK 0 0.64 0.12 0.23
HSL 311.04º 0.51% 0.52% -
HSV(B) 311.04º 0.64% 0.77% -
XYZ 32.56 19.26 41.54 -
YUV 120 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 196 71 173 0 0.64 0.12 0.23 311.04 0.51 0.52
Hex C4 47 AD 0 40 C 17 137 33 34
Octal 304 107 255 0 100 14 27 467 63 64
Binary 11000100 1000111 10101101 0 1000000 1100 10111 100110111 110011 110100

Color Harmonies of #C447AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C447AD

Black with #C447AD

Text Example


Text Example

White with #C447AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C447AD; }

 p { color: rgb(196,71,173); }

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

background-color css

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

 a { background-color: rgb(196,71,173); }

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

border-color css

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

 span { border-color: rgb(196,71,173); }

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