Html Css Color HEX #C55FBB Fuchsia

📋 copy color: '#C55FBB'

red 197 ◦ green 95 ◦ blue 187

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

Shades of Fuchsia #C55FBB

Tints of Fuchsia #C55FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.83%

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

R = 41.13%
G = 19.83%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C55FBB (or 0xC55FBB) is known color: Fuchsia. HEX triplet: C5, 5F and BB. RGB value is (197,95,187). Sum of RGB (Red+Green+Blue) = 197+95+187=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 95 (37.5% from 255 or 19.83% from 479); Blue value is 187 (73.44% from 255 or 39.04% from 479); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FBB is #3AA044. Grayscale: #878787. Windows color (decimal): -3842117 or 12279749. OLE color: 12279749.

HSL color Cylindrical-coordinate representation of color #C55FBB: hue angle of 305.88º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C55FBB is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 187 -
CMYK 0 0.52 0.05 0.23
HSL 305.88º 0.47% 0.57% -
HSV(B) 305.88º 0.52% 0.77% -
XYZ 36.09 23.64 49.68 -
YUV 135.99 156.79 171.52 -
System Red Green Blue C M Y K H S L
Decimal 197 95 187 0 0.52 0.05 0.23 305.88 0.47 0.57
Hex C5 5F BB 0 34 5 17 132 2F 39
Octal 305 137 273 0 64 5 27 462 57 71
Binary 11000101 1011111 10111011 0 110100 101 10111 100110010 101111 111001

Color Harmonies of #C55FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FBB

Black with #C55FBB

Text Example


Text Example

White with #C55FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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