Html Css Color HEX #C659BE Fuchsia

📋 copy color: '#C659BE'

red 198 ◦ green 89 ◦ blue 190

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

Shades of Fuchsia #C659BE

Tints of Fuchsia #C659BE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 18.66%

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

R = 41.51%
G = 18.66%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C659BE (or 0xC659BE) is known color: Fuchsia. HEX triplet: C6, 59 and BE. RGB value is (198,89,190). Sum of RGB (Red+Green+Blue) = 198+89+190=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 89 (35.16% from 255 or 18.66% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C659BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C659BE is #39A641. Grayscale: #848484. Windows color (decimal): -3778114 or 12474822. OLE color: 12474822.

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

Color convert

RGB 198 89 190 -
CMYK 0 0.55 0.04 0.22
HSL 304.4º 0.49% 0.56% -
HSV(B) 304.4º 0.55% 0.78% -
XYZ 36.16 22.87 51.22 -
YUV 133.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 198 89 190 0 0.55 0.04 0.22 304.4 0.49 0.56
Hex C6 59 BE 0 37 4 16 130 31 38
Octal 306 131 276 0 67 4 26 460 61 70
Binary 11000110 1011001 10111110 0 110111 100 10110 100110000 110001 111000

Color Harmonies of #C659BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C659BE

Black with #C659BE

Text Example


Text Example

White with #C659BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C659BE; }

 p { color: rgb(198,89,190); }

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

background-color css

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

 a { background-color: rgb(198,89,190); }

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

border-color css

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

 span { border-color: rgb(198,89,190); }

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