Html Css Color HEX #C55FBE Fuchsia

📋 copy color: '#C55FBE'

red 197 ◦ green 95 ◦ blue 190

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

Shades of Fuchsia #C55FBE

Tints of Fuchsia #C55FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.42%

R = 40.87%
G = 19.71%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C55FBE (or 0xC55FBE) is known color: Fuchsia. HEX triplet: C5, 5F and BE. RGB value is (197,95,190). Sum of RGB (Red+Green+Blue) = 197+95+190=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 95 (37.5% from 255 or 19.71% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55FBE is #3AA041. Grayscale: #888888. Windows color (decimal): -3842114 or 12476357. OLE color: 12476357.

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

Color convert

RGB 197 95 190 -
CMYK 0 0.52 0.04 0.23
HSL 304.12º 0.47% 0.57% -
HSV(B) 304.12º 0.52% 0.77% -
XYZ 36.41 23.77 51.38 -
YUV 136.33 158.29 171.28 -
System Red Green Blue C M Y K H S L
Decimal 197 95 190 0 0.52 0.04 0.23 304.12 0.47 0.57
Hex C5 5F BE 0 34 4 17 130 2F 39
Octal 305 137 276 0 64 4 27 460 57 71
Binary 11000101 1011111 10111110 0 110100 100 10111 100110000 101111 111001

Color Harmonies of #C55FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FBE

Black with #C55FBE

Text Example


Text Example

White with #C55FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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