Html Css Color HEX #C450AA Fuchsia

📋 copy color: '#C450AA'

red 196 ◦ green 80 ◦ blue 170

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

Shades of Fuchsia #C450AA

Tints of Fuchsia #C450AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.94%

 BLUE value IS 170 (66.8% from 255) = 38.12%

R = 43.95%
G = 17.94%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C450AA (or 0xC450AA) is known color: Fuchsia. HEX triplet: C4, 50 and AA. RGB value is (196,80,170). Sum of RGB (Red+Green+Blue) = 196+80+170=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 80 (31.64% from 255 or 17.94% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 196 - color contains mainly: red. Hex color #C450AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C450AA is #3BAF55. Grayscale: #7C7C7C. Windows color (decimal): -3911510 or 11161796. OLE color: 11161796.

HSL color Cylindrical-coordinate representation of color #C450AA: hue angle of 313.45º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C450AA is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 80 170 -
CMYK 0 0.59 0.13 0.23
HSL 313.45º 0.5% 0.54% -
HSV(B) 313.45º 0.59% 0.77% -
XYZ 32.89 20.38 40.23 -
YUV 124.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 196 80 170 0 0.59 0.13 0.23 313.45 0.5 0.54
Hex C4 50 AA 0 3B D 17 139 32 36
Octal 304 120 252 0 73 15 27 471 62 66
Binary 11000100 1010000 10101010 0 111011 1101 10111 100111001 110010 110110

Color Harmonies of #C450AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C450AA

Black with #C450AA

Text Example


Text Example

White with #C450AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C450AA; }

 p { color: rgb(196,80,170); }

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

background-color css

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

 a { background-color: rgb(196,80,170); }

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

border-color css

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

 span { border-color: rgb(196,80,170); }

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