Html Css Color HEX #C55CBF Fuchsia

📋 copy color: '#C55CBF'

red 197 ◦ green 92 ◦ blue 191

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

Shades of Fuchsia #C55CBF

Tints of Fuchsia #C55CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.17%

 BLUE value IS 191 (75% from 255) = 39.79%

R = 41.04%
G = 19.17%
B = 39.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C55CBF (or 0xC55CBF) is known color: Fuchsia. HEX triplet: C5, 5C and BF. RGB value is (197,92,191). Sum of RGB (Red+Green+Blue) = 197+92+191=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CBF is #3AA340. Grayscale: #868686. Windows color (decimal): -3842881 or 12541125. OLE color: 12541125.

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

Color convert

RGB 197 92 191 -
CMYK 0 0.53 0.03 0.23
HSL 303.43º 0.48% 0.57% -
HSV(B) 303.43º 0.53% 0.77% -
XYZ 36.26 23.29 51.87 -
YUV 134.68 159.79 172.45 -
System Red Green Blue C M Y K H S L
Decimal 197 92 191 0 0.53 0.03 0.23 303.43 0.48 0.57
Hex C5 5C BF 0 35 3 17 12F 30 39
Octal 305 134 277 0 65 3 27 457 60 71
Binary 11000101 1011100 10111111 0 110101 11 10111 100101111 110000 111001

Color Harmonies of #C55CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CBF

Black with #C55CBF

Text Example


Text Example

White with #C55CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CBF; }

 p { color: rgb(197,92,191); }

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

background-color css

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

 a { background-color: rgb(197,92,191); }

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

border-color css

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

 span { border-color: rgb(197,92,191); }

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