Html Css Color HEX #C663BA Fuchsia

📋 copy color: '#C663BA'

red 198 ◦ green 99 ◦ blue 186

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

Shades of Fuchsia #C663BA

Tints of Fuchsia #C663BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.5%

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

R = 40.99%
G = 20.5%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C663BA (or 0xC663BA) is known color: Fuchsia. HEX triplet: C6, 63 and BA. RGB value is (198,99,186). Sum of RGB (Red+Green+Blue) = 198+99+186=483 (63% of max value = 765). Red value is 198 (77.73% from 255 or 40.99% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 198 - color contains mainly: red. Hex color #C663BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663BA is #399C45. Grayscale: #8A8A8A. Windows color (decimal): -3775558 or 12215238. OLE color: 12215238.

HSL color Cylindrical-coordinate representation of color #C663BA: hue angle of 307.27º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C663BA is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 99 186 -
CMYK 0 0.50 0.06 0.22
HSL 307.27º 0.46% 0.58% -
HSV(B) 307.27º 0.5% 0.78% -
XYZ 36.61 24.47 49.25 -
YUV 138.52 154.8 170.43 -
System Red Green Blue C M Y K H S L
Decimal 198 99 186 0 0.50 0.06 0.22 307.27 0.46 0.58
Hex C6 63 BA 0 32 6 16 133 2E 3A
Octal 306 143 272 0 62 6 26 463 56 72
Binary 11000110 1100011 10111010 0 110010 110 10110 100110011 101110 111010

Color Harmonies of #C663BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C663BA

Black with #C663BA

Text Example


Text Example

White with #C663BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C663BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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