Html Css Color HEX #C663BC Fuchsia

📋 copy color: '#C663BC'

red 198 ◦ green 99 ◦ blue 188

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

Shades of Fuchsia #C663BC

Tints of Fuchsia #C663BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.76%

R = 40.82%
G = 20.41%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C663BC (or 0xC663BC) is known color: Fuchsia. HEX triplet: C6, 63 and BC. RGB value is (198,99,188). Sum of RGB (Red+Green+Blue) = 198+99+188=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C663BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663BC is #399C43. Grayscale: #8A8A8A. Windows color (decimal): -3775556 or 12346310. OLE color: 12346310.

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

Color convert

RGB 198 99 188 -
CMYK 0 0.50 0.05 0.22
HSL 306.06º 0.46% 0.58% -
HSV(B) 306.06º 0.5% 0.78% -
XYZ 36.83 24.56 50.38 -
YUV 138.75 155.8 170.26 -
System Red Green Blue C M Y K H S L
Decimal 198 99 188 0 0.50 0.05 0.22 306.06 0.46 0.58
Hex C6 63 BC 0 32 5 16 132 2E 3A
Octal 306 143 274 0 62 5 26 462 56 72
Binary 11000110 1100011 10111100 0 110010 101 10110 100110010 101110 111010

Color Harmonies of #C663BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C663BC

Black with #C663BC

Text Example


Text Example

White with #C663BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C663BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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