Html Css Color HEX #C658B1 Fuchsia

📋 copy color: '#C658B1'

red 198 ◦ green 88 ◦ blue 177

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

Shades of Fuchsia #C658B1

Tints of Fuchsia #C658B1

RGB

 RED value IS 198 (77.73% from 255) = 42.76%

 GREEN value IS 88 (34.77% from 255) = 19.01%

 BLUE value IS 177 (69.53% from 255) = 38.23%

R = 42.76%
G = 19.01%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C658B1 (or 0xC658B1) is known color: Fuchsia. HEX triplet: C6, 58 and B1. RGB value is (198,88,177). Sum of RGB (Red+Green+Blue) = 198+88+177=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 88 (34.77% from 255 or 19.01% from 463); Blue value is 177 (69.53% from 255 or 38.23% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C658B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C658B1 is #39A74E. Grayscale: #828282. Windows color (decimal): -3778383 or 11622598. OLE color: 11622598.

HSL color Cylindrical-coordinate representation of color #C658B1: hue angle of 311.45º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C658B1 is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 88 177 -
CMYK 0 0.56 0.11 0.22
HSL 311.45º 0.49% 0.56% -
HSV(B) 311.45º 0.56% 0.78% -
XYZ 34.71 22.16 44.04 -
YUV 131.04 153.94 175.76 -
System Red Green Blue C M Y K H S L
Decimal 198 88 177 0 0.56 0.11 0.22 311.45 0.49 0.56
Hex C6 58 B1 0 38 B 16 137 31 38
Octal 306 130 261 0 70 13 26 467 61 70
Binary 11000110 1011000 10110001 0 111000 1011 10110 100110111 110001 111000

Color Harmonies of #C658B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C658B1

Black with #C658B1

Text Example


Text Example

White with #C658B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C658B1; }

 p { color: rgb(198,88,177); }

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

background-color css

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

 a { background-color: rgb(198,88,177); }

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

border-color css

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

 span { border-color: rgb(198,88,177); }

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