Html Css Color HEX #C663C1 Fuchsia

📋 copy color: '#C663C1'

red 198 ◦ green 99 ◦ blue 193

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

Shades of Fuchsia #C663C1

Tints of Fuchsia #C663C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.39%

R = 40.41%
G = 20.2%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C663C1 (or 0xC663C1) is known color: Fuchsia. HEX triplet: C6, 63 and C1. RGB value is (198,99,193). Sum of RGB (Red+Green+Blue) = 198+99+193=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C663C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C663C1 is #399C3E. Grayscale: #8B8B8B. Windows color (decimal): -3775551 or 12673990. OLE color: 12673990.

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

Color convert

RGB 198 99 193 -
CMYK 0 0.50 0.03 0.22
HSL 303.03º 0.46% 0.58% -
HSV(B) 303.03º 0.5% 0.78% -
XYZ 37.38 24.78 53.27 -
YUV 139.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 198 99 193 0 0.50 0.03 0.22 303.03 0.46 0.58
Hex C6 63 C1 0 32 3 16 12F 2E 3A
Octal 306 143 301 0 62 3 26 457 56 72
Binary 11000110 1100011 11000001 0 110010 11 10110 100101111 101110 111010

Color Harmonies of #C663C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C663C1

Black with #C663C1

Text Example


Text Example

White with #C663C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C663C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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