Html Css Color HEX #C55BBA Fuchsia

📋 copy color: '#C55BBA'

red 197 ◦ green 91 ◦ blue 186

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

Shades of Fuchsia #C55BBA

Tints of Fuchsia #C55BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.2%

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 41.56%
G = 19.2%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C55BBA (or 0xC55BBA) is known color: Fuchsia. HEX triplet: C5, 5B and BA. RGB value is (197,91,186). Sum of RGB (Red+Green+Blue) = 197+91+186=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 91 (35.94% from 255 or 19.20% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BBA is #3AA445. Grayscale: #858585. Windows color (decimal): -3843142 or 12213189. OLE color: 12213189.

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

Color convert

RGB 197 91 186 -
CMYK 0 0.54 0.06 0.23
HSL 306.23º 0.48% 0.56% -
HSV(B) 306.23º 0.54% 0.77% -
XYZ 35.63 22.9 49 -
YUV 133.52 157.62 173.28 -
System Red Green Blue C M Y K H S L
Decimal 197 91 186 0 0.54 0.06 0.23 306.23 0.48 0.56
Hex C5 5B BA 0 36 6 17 132 30 38
Octal 305 133 272 0 66 6 27 462 60 70
Binary 11000101 1011011 10111010 0 110110 110 10111 100110010 110000 111000

Color Harmonies of #C55BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BBA

Black with #C55BBA

Text Example


Text Example

White with #C55BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BBA; }

 p { color: rgb(197,91,186); }

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

background-color css

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

 a { background-color: rgb(197,91,186); }

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

border-color css

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

 span { border-color: rgb(197,91,186); }

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