Html Css Color HEX #C655AC Fuchsia

📋 copy color: '#C655AC'

red 198 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #C655AC

Tints of Fuchsia #C655AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.8%

R = 43.52%
G = 18.68%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C655AC (or 0xC655AC) is known color: Fuchsia. HEX triplet: C6, 55 and AC. RGB value is (198,85,172). Sum of RGB (Red+Green+Blue) = 198+85+172=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C655AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C655AC is #39AA53. Grayscale: #808080. Windows color (decimal): -3779156 or 11294150. OLE color: 11294150.

HSL color Cylindrical-coordinate representation of color #C655AC: hue angle of 313.81º 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 #C655AC is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 85 172 -
CMYK 0 0.57 0.13 0.22
HSL 313.81º 0.5% 0.55% -
HSV(B) 313.81º 0.57% 0.78% -
XYZ 33.98 21.48 41.38 -
YUV 128.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 198 85 172 0 0.57 0.13 0.22 313.81 0.5 0.55
Hex C6 55 AC 0 39 D 16 13A 32 37
Octal 306 125 254 0 71 15 26 472 62 67
Binary 11000110 1010101 10101100 0 111001 1101 10110 100111010 110010 110111

Color Harmonies of #C655AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C655AC

Black with #C655AC

Text Example


Text Example

White with #C655AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C655AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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