Html Css Color HEX #C76CC6 Fuchsia

📋 copy color: '#C76CC6'

red 199 ◦ green 108 ◦ blue 198

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

Shades of Fuchsia #C76CC6

Tints of Fuchsia #C76CC6

RGB

 RED value IS 199 (78.13% from 255) = 39.41%

 GREEN value IS 108 (42.58% from 255) = 21.39%

 BLUE value IS 198 (77.73% from 255) = 39.21%

R = 39.41%
G = 21.39%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.22

RGB Variations

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

Color information

#C76CC6 (or 0xC76CC6) is known color: Fuchsia. HEX triplet: C7, 6C and C6. RGB value is (199,108,198). Sum of RGB (Red+Green+Blue) = 199+108+198=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 198 (77.73% from 255 or 39.21% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CC6 is #389339. Grayscale: #919191. Windows color (decimal): -3707706 or 13003975. OLE color: 13003975.

HSL color Cylindrical-coordinate representation of color #C76CC6: hue angle of 300.66º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C76CC6 is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 108 198 -
CMYK 0 0.46 0.01 0.22
HSL 300.66º 0.45% 0.6% -
HSV(B) 300.66º 0.46% 0.78% -
XYZ 39.11 26.94 56.57 -
YUV 145.47 157.65 166.18 -
System Red Green Blue C M Y K H S L
Decimal 199 108 198 0 0.46 0.01 0.22 300.66 0.45 0.6
Hex C7 6C C6 0 2E 1 16 12D 2D 3C
Octal 307 154 306 0 56 1 26 455 55 74
Binary 11000111 1101100 11000110 0 101110 1 10110 100101101 101101 111100

Color Harmonies of #C76CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CC6

Black with #C76CC6

Text Example


Text Example

White with #C76CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CC6; }

 p { color: rgb(199,108,198); }

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

background-color css

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

 a { background-color: rgb(199,108,198); }

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

border-color css

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

 span { border-color: rgb(199,108,198); }

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