Html Css Color HEX #C663B5 Fuchsia

📋 copy color: '#C663B5'

red 198 ◦ green 99 ◦ blue 181

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

Shades of Fuchsia #C663B5

Tints of Fuchsia #C663B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 41.42%
G = 20.71%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C663B5 (or 0xC663B5) is known color: Fuchsia. HEX triplet: C6, 63 and B5. RGB value is (198,99,181). Sum of RGB (Red+Green+Blue) = 198+99+181=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C663B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663B5 is #399C4A. Grayscale: #898989. Windows color (decimal): -3775563 or 11887558. OLE color: 11887558.

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

Color convert

RGB 198 99 181 -
CMYK 0 0.50 0.09 0.22
HSL 310.3º 0.46% 0.58% -
HSV(B) 310.3º 0.5% 0.78% -
XYZ 36.09 24.27 46.5 -
YUV 137.95 152.3 170.83 -
System Red Green Blue C M Y K H S L
Decimal 198 99 181 0 0.50 0.09 0.22 310.3 0.46 0.58
Hex C6 63 B5 0 32 9 16 136 2E 3A
Octal 306 143 265 0 62 11 26 466 56 72
Binary 11000110 1100011 10110101 0 110010 1001 10110 100110110 101110 111010

Color Harmonies of #C663B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C663B5

Black with #C663B5

Text Example


Text Example

White with #C663B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C663B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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