Html Css Color HEX #C76FC0 Fuchsia

📋 copy color: '#C76FC0'

red 199 ◦ green 111 ◦ blue 192

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

Shades of Fuchsia #C76FC0

Tints of Fuchsia #C76FC0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.11%

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

R = 39.64%
G = 22.11%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C76FC0 (or 0xC76FC0) is known color: Fuchsia. HEX triplet: C7, 6F and C0. RGB value is (199,111,192). Sum of RGB (Red+Green+Blue) = 199+111+192=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FC0 is #38903F. Grayscale: #929292. Windows color (decimal): -3706944 or 12611527. OLE color: 12611527.

HSL color Cylindrical-coordinate representation of color #C76FC0: hue angle of 304.77º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76FC0 is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 111 192 -
CMYK 0 0.44 0.04 0.22
HSL 304.77º 0.44% 0.61% -
HSV(B) 304.77º 0.44% 0.78% -
XYZ 38.75 27.32 53.1 -
YUV 146.55 153.65 165.41 -
System Red Green Blue C M Y K H S L
Decimal 199 111 192 0 0.44 0.04 0.22 304.77 0.44 0.61
Hex C7 6F C0 0 2C 4 16 131 2C 3D
Octal 307 157 300 0 54 4 26 461 54 75
Binary 11000111 1101111 11000000 0 101100 100 10110 100110001 101100 111101

Color Harmonies of #C76FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FC0

Black with #C76FC0

Text Example


Text Example

White with #C76FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FC0; }

 p { color: rgb(199,111,192); }

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

background-color css

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

 a { background-color: rgb(199,111,192); }

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

border-color css

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

 span { border-color: rgb(199,111,192); }

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