Html Css Color HEX #C55AB3 Fuchsia

📋 copy color: '#C55AB3'

red 197 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #C55AB3

Tints of Fuchsia #C55AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.41%

R = 42.27%
G = 19.31%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C55AB3 (or 0xC55AB3) is known color: Fuchsia. HEX triplet: C5, 5A and B3. RGB value is (197,90,179). Sum of RGB (Red+Green+Blue) = 197+90+179=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 179 (70.31% from 255 or 38.41% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55AB3 is #3AA54C. Grayscale: #838383. Windows color (decimal): -3843405 or 11754181. OLE color: 11754181.

HSL color Cylindrical-coordinate representation of color #C55AB3: hue angle of 310.09º 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 #C55AB3 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 179 -
CMYK 0 0.54 0.09 0.23
HSL 310.09º 0.48% 0.56% -
HSV(B) 310.09º 0.54% 0.77% -
XYZ 34.82 22.44 45.14 -
YUV 132.14 154.45 174.26 -
System Red Green Blue C M Y K H S L
Decimal 197 90 179 0 0.54 0.09 0.23 310.09 0.48 0.56
Hex C5 5A B3 0 36 9 17 136 30 38
Octal 305 132 263 0 66 11 27 466 60 70
Binary 11000101 1011010 10110011 0 110110 1001 10111 100110110 110000 111000

Color Harmonies of #C55AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AB3

Black with #C55AB3

Text Example


Text Example

White with #C55AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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