Html Css Color HEX #C544AA Fuchsia

📋 copy color: '#C544AA'

red 197 ◦ green 68 ◦ blue 170

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

Shades of Fuchsia #C544AA

Tints of Fuchsia #C544AA

RGB

 RED value IS 197 (77.34% from 255) = 45.29%

 GREEN value IS 68 (26.95% from 255) = 15.63%

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

R = 45.29%
G = 15.63%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C544AA (or 0xC544AA) is known color: Fuchsia. HEX triplet: C5, 44 and AA. RGB value is (197,68,170). Sum of RGB (Red+Green+Blue) = 197+68+170=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C544AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544AA is #3ABB55. Grayscale: #757575. Windows color (decimal): -3849046 or 11158725. OLE color: 11158725.

HSL color Cylindrical-coordinate representation of color #C544AA: hue angle of 312.56º degrees, saturation: 0.53, 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 #C544AA is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 68 170 -
CMYK 0 0.65 0.14 0.23
HSL 312.56º 0.53% 0.52% -
HSV(B) 312.56º 0.65% 0.77% -
XYZ 32.35 18.91 39.97 -
YUV 118.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 197 68 170 0 0.65 0.14 0.23 312.56 0.53 0.52
Hex C5 44 AA 0 41 E 17 139 35 34
Octal 305 104 252 0 101 16 27 471 65 64
Binary 11000101 1000100 10101010 0 1000001 1110 10111 100111001 110101 110100

Color Harmonies of #C544AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544AA

Black with #C544AA

Text Example


Text Example

White with #C544AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544AA; }

 p { color: rgb(197,68,170); }

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

background-color css

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

 a { background-color: rgb(197,68,170); }

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

border-color css

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

 span { border-color: rgb(197,68,170); }

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