Html Css Color HEX #C655AA Fuchsia

📋 copy color: '#C655AA'

red 198 ◦ green 85 ◦ blue 170

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

Shades of Fuchsia #C655AA

Tints of Fuchsia #C655AA

RGB

 RED value IS 198 (77.73% from 255) = 43.71%

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

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

R = 43.71%
G = 18.76%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C655AA (or 0xC655AA) is known color: Fuchsia. HEX triplet: C6, 55 and AA. RGB value is (198,85,170). Sum of RGB (Red+Green+Blue) = 198+85+170=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 85 (33.59% from 255 or 18.76% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C655AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C655AA is #39AA55. Grayscale: #808080. Windows color (decimal): -3779158 or 11163078. OLE color: 11163078.

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

Color convert

RGB 198 85 170 -
CMYK 0 0.57 0.14 0.22
HSL 314.87º 0.5% 0.55% -
HSV(B) 314.87º 0.57% 0.78% -
XYZ 33.79 21.41 40.38 -
YUV 128.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 198 85 170 0 0.57 0.14 0.22 314.87 0.5 0.55
Hex C6 55 AA 0 39 E 16 13B 32 37
Octal 306 125 252 0 71 16 26 473 62 67
Binary 11000110 1010101 10101010 0 111001 1110 10110 100111011 110010 110111

Color Harmonies of #C655AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655AA

Black with #C655AA

Text Example


Text Example

White with #C655AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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