Html Css Color HEX #C55ABB Fuchsia

📋 copy color: '#C55ABB'

red 197 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #C55ABB

Tints of Fuchsia #C55ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.45%

R = 41.56%
G = 18.99%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C55ABB (or 0xC55ABB) is known color: Fuchsia. HEX triplet: C5, 5A and BB. RGB value is (197,90,187). Sum of RGB (Red+Green+Blue) = 197+90+187=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C55ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ABB is #3AA544. Grayscale: #848484. Windows color (decimal): -3843397 or 12278469. OLE color: 12278469.

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

Color convert

RGB 197 90 187 -
CMYK 0 0.54 0.05 0.23
HSL 305.61º 0.48% 0.56% -
HSV(B) 305.61º 0.54% 0.77% -
XYZ 35.65 22.77 49.53 -
YUV 133.05 158.45 173.61 -
System Red Green Blue C M Y K H S L
Decimal 197 90 187 0 0.54 0.05 0.23 305.61 0.48 0.56
Hex C5 5A BB 0 36 5 17 132 30 38
Octal 305 132 273 0 66 5 27 462 60 70
Binary 11000101 1011010 10111011 0 110110 101 10111 100110010 110000 111000

Color Harmonies of #C55ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55ABB

Black with #C55ABB

Text Example


Text Example

White with #C55ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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