Html Css Color HEX #C555AA Fuchsia

📋 copy color: '#C555AA'

red 197 ◦ green 85 ◦ blue 170

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

Shades of Fuchsia #C555AA

Tints of Fuchsia #C555AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.81%

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

R = 43.58%
G = 18.81%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C555AA (or 0xC555AA) is known color: Fuchsia. HEX triplet: C5, 55 and AA. RGB value is (197,85,170). Sum of RGB (Red+Green+Blue) = 197+85+170=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 85 (33.59% from 255 or 18.81% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C555AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C555AA is #3AAA55. Grayscale: #7F7F7F. Windows color (decimal): -3844694 or 11163077. OLE color: 11163077.

HSL color Cylindrical-coordinate representation of color #C555AA: hue angle of 314.46º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C555AA is Cyan = 0, Magento = 0.57, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 85 170 -
CMYK 0 0.57 0.14 0.23
HSL 314.46º 0.49% 0.55% -
HSV(B) 314.46º 0.57% 0.77% -
XYZ 33.53 21.27 40.37 -
YUV 128.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 197 85 170 0 0.57 0.14 0.23 314.46 0.49 0.55
Hex C5 55 AA 0 39 E 17 13A 31 37
Octal 305 125 252 0 71 16 27 472 61 67
Binary 11000101 1010101 10101010 0 111001 1110 10111 100111010 110001 110111

Color Harmonies of #C555AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C555AA

Black with #C555AA

Text Example


Text Example

White with #C555AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C555AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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