Html Css Color HEX #C55ACC Fuchsia

📋 copy color: '#C55ACC'

red 197 ◦ green 90 ◦ blue 204

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

Shades of Fuchsia #C55ACC

Tints of Fuchsia #C55ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.33%

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 40.12%
G = 18.33%
B = 41.55%

CMYK

 C value IS 0.03

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C55ACC (or 0xC55ACC) is known color: Fuchsia. HEX triplet: C5, 5A and CC. RGB value is (197,90,204). Sum of RGB (Red+Green+Blue) = 197+90+204=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 204 - color contains mainly: blue. Hex color #C55ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ACC is #3AA533. Grayscale: #868686. Windows color (decimal): -3843380 or 13392581. OLE color: 13392581.

HSL color Cylindrical-coordinate representation of color #C55ACC: hue angle of 296.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55ACC is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 90 204 -
CMYK 0.03 0.56 0 0.2
HSL 296.32º 0.53% 0.58% -
HSV(B) 296.32º 0.56% 0.8% -
XYZ 37.58 23.54 59.69 -
YUV 134.99 166.95 172.23 -
System Red Green Blue C M Y K H S L
Decimal 197 90 204 0.03 0.56 0 0.2 296.32 0.53 0.58
Hex C5 5A CC 3 38 0 14 128 35 3A
Octal 305 132 314 3 70 0 24 450 65 72
Binary 11000101 1011010 11001100 11 111000 0 10100 100101000 110101 111010

Color Harmonies of #C55ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55ACC

Black with #C55ACC

Text Example


Text Example

White with #C55ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55ACC; }

 p { color: rgb(197,90,204); }

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

background-color css

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

 a { background-color: rgb(197,90,204); }

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

border-color css

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

 span { border-color: rgb(197,90,204); }

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