Html Css Color HEX #C55BCB Fuchsia

📋 copy color: '#C55BCB'

red 197 ◦ green 91 ◦ blue 203

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

Shades of Fuchsia #C55BCB

Tints of Fuchsia #C55BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 40.12%
G = 18.53%
B = 41.34%

CMYK

 C value IS 0.03

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C55BCB (or 0xC55BCB) is known color: Fuchsia. HEX triplet: C5, 5B and CB. RGB value is (197,91,203). Sum of RGB (Red+Green+Blue) = 197+91+203=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 91 (35.94% from 255 or 18.53% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #C55BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BCB is #3AA434. Grayscale: #878787. Windows color (decimal): -3843125 or 13327301. OLE color: 13327301.

HSL color Cylindrical-coordinate representation of color #C55BCB: hue angle of 296.79º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55BCB is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 91 203 -
CMYK 0.03 0.55 0 0.20
HSL 296.79º 0.52% 0.58% -
HSV(B) 296.79º 0.55% 0.8% -
XYZ 37.55 23.66 59.09 -
YUV 135.46 166.12 171.89 -
System Red Green Blue C M Y K H S L
Decimal 197 91 203 0.03 0.55 0 0.20 296.79 0.52 0.58
Hex C5 5B CB 3 37 0 14 129 34 3A
Octal 305 133 313 3 67 0 24 451 64 72
Binary 11000101 1011011 11001011 11 110111 0 10100 100101001 110100 111010

Color Harmonies of #C55BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BCB

Black with #C55BCB

Text Example


Text Example

White with #C55BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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