Html Css Color HEX #C55EBF Fuchsia

📋 copy color: '#C55EBF'

red 197 ◦ green 94 ◦ blue 191

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

Shades of Fuchsia #C55EBF

Tints of Fuchsia #C55EBF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.5%

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

R = 40.87%
G = 19.5%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C55EBF (or 0xC55EBF) is known color: Fuchsia. HEX triplet: C5, 5E and BF. RGB value is (197,94,191). Sum of RGB (Red+Green+Blue) = 197+94+191=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 94 (37.11% from 255 or 19.50% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EBF is #3AA140. Grayscale: #878787. Windows color (decimal): -3842369 or 12541637. OLE color: 12541637.

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

Color convert

RGB 197 94 191 -
CMYK 0 0.52 0.03 0.23
HSL 303.5º 0.47% 0.57% -
HSV(B) 303.5º 0.52% 0.77% -
XYZ 36.43 23.64 51.93 -
YUV 135.86 159.12 171.61 -
System Red Green Blue C M Y K H S L
Decimal 197 94 191 0 0.52 0.03 0.23 303.5 0.47 0.57
Hex C5 5E BF 0 34 3 17 12F 2F 39
Octal 305 136 277 0 64 3 27 457 57 71
Binary 11000101 1011110 10111111 0 110100 11 10111 100101111 101111 111001

Color Harmonies of #C55EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EBF

Black with #C55EBF

Text Example


Text Example

White with #C55EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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