Html Css Color HEX #C55AC4 Fuchsia

📋 copy color: '#C55AC4'

red 197 ◦ green 90 ◦ blue 196

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

Shades of Fuchsia #C55AC4

Tints of Fuchsia #C55AC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.58%

R = 40.79%
G = 18.63%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C55AC4 (or 0xC55AC4) is known color: Fuchsia. HEX triplet: C5, 5A and C4. RGB value is (197,90,196). Sum of RGB (Red+Green+Blue) = 197+90+196=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55AC4 is #3AA53B. Grayscale: #858585. Windows color (decimal): -3843388 or 12868293. OLE color: 12868293.

HSL color Cylindrical-coordinate representation of color #C55AC4: hue angle of 300.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55AC4 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 196 -
CMYK 0 0.54 0.01 0.23
HSL 300.56º 0.48% 0.56% -
HSV(B) 300.56º 0.54% 0.77% -
XYZ 36.65 23.17 54.77 -
YUV 134.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 197 90 196 0 0.54 0.01 0.23 300.56 0.48 0.56
Hex C5 5A C4 0 36 1 17 12D 30 38
Octal 305 132 304 0 66 1 27 455 60 70
Binary 11000101 1011010 11000100 0 110110 1 10111 100101101 110000 111000

Color Harmonies of #C55AC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AC4

Black with #C55AC4

Text Example


Text Example

White with #C55AC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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