Html Css Color HEX #C661C0 Fuchsia

📋 copy color: '#C661C0'

red 198 ◦ green 97 ◦ blue 192

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

Shades of Fuchsia #C661C0

Tints of Fuchsia #C661C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.43%

R = 40.66%
G = 19.92%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C661C0 (or 0xC661C0) is known color: Fuchsia. HEX triplet: C6, 61 and C0. RGB value is (198,97,192). Sum of RGB (Red+Green+Blue) = 198+97+192=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 192 (75.39% from 255 or 39.43% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C661C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661C0 is #399E3F. Grayscale: #898989. Windows color (decimal): -3776064 or 12607942. OLE color: 12607942.

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

Color convert

RGB 198 97 192 -
CMYK 0 0.51 0.03 0.22
HSL 303.56º 0.47% 0.58% -
HSV(B) 303.56º 0.51% 0.78% -
XYZ 37.08 24.36 52.62 -
YUV 138.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 198 97 192 0 0.51 0.03 0.22 303.56 0.47 0.58
Hex C6 61 C0 0 33 3 16 130 2F 3A
Octal 306 141 300 0 63 3 26 460 57 72
Binary 11000110 1100001 11000000 0 110011 11 10110 100110000 101111 111010

Color Harmonies of #C661C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C661C0

Black with #C661C0

Text Example


Text Example

White with #C661C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C661C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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