Html Css Color HEX #C661BE Fuchsia

📋 copy color: '#C661BE'

red 198 ◦ green 97 ◦ blue 190

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

Shades of Fuchsia #C661BE

Tints of Fuchsia #C661BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20%

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

R = 40.82%
G = 20%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C661BE (or 0xC661BE) is known color: Fuchsia. HEX triplet: C6, 61 and BE. RGB value is (198,97,190). Sum of RGB (Red+Green+Blue) = 198+97+190=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C661BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661BE is #399E41. Grayscale: #898989. Windows color (decimal): -3776066 or 12476870. OLE color: 12476870.

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

Color convert

RGB 198 97 190 -
CMYK 0 0.51 0.04 0.22
HSL 304.75º 0.47% 0.58% -
HSV(B) 304.75º 0.51% 0.78% -
XYZ 36.86 24.27 51.46 -
YUV 137.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 198 97 190 0 0.51 0.04 0.22 304.75 0.47 0.58
Hex C6 61 BE 0 33 4 16 131 2F 3A
Octal 306 141 276 0 63 4 26 461 57 72
Binary 11000110 1100001 10111110 0 110011 100 10110 100110001 101111 111010

Color Harmonies of #C661BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C661BE

Black with #C661BE

Text Example


Text Example

White with #C661BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C661BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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