Html Css Color HEX #C661BA Fuchsia

📋 copy color: '#C661BA'

red 198 ◦ green 97 ◦ blue 186

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

Shades of Fuchsia #C661BA

Tints of Fuchsia #C661BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.67%

R = 41.16%
G = 20.17%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C661BA (or 0xC661BA) is known color: Fuchsia. HEX triplet: C6, 61 and BA. RGB value is (198,97,186). Sum of RGB (Red+Green+Blue) = 198+97+186=481 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.16% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 198 - color contains mainly: red. Hex color #C661BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661BA is #399E45. Grayscale: #898989. Windows color (decimal): -3776070 or 12214726. OLE color: 12214726.

HSL color Cylindrical-coordinate representation of color #C661BA: hue angle of 307.13º 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 #C661BA is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 97 186 -
CMYK 0 0.51 0.06 0.22
HSL 307.13º 0.47% 0.58% -
HSV(B) 307.13º 0.51% 0.78% -
XYZ 36.43 24.1 49.19 -
YUV 137.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 198 97 186 0 0.51 0.06 0.22 307.13 0.47 0.58
Hex C6 61 BA 0 33 6 16 133 2F 3A
Octal 306 141 272 0 63 6 26 463 57 72
Binary 11000110 1100001 10111010 0 110011 110 10110 100110011 101111 111010

Color Harmonies of #C661BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C661BA

Black with #C661BA

Text Example


Text Example

White with #C661BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C661BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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