Html Css Color HEX #C76CC0 Fuchsia

📋 copy color: '#C76CC0'

red 199 ◦ green 108 ◦ blue 192

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

Shades of Fuchsia #C76CC0

Tints of Fuchsia #C76CC0

RGB

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

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

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

R = 39.88%
G = 21.64%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C76CC0 (or 0xC76CC0) is known color: Fuchsia. HEX triplet: C7, 6C and C0. RGB value is (199,108,192). Sum of RGB (Red+Green+Blue) = 199+108+192=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CC0 is #38933F. Grayscale: #909090. Windows color (decimal): -3707712 or 12610759. OLE color: 12610759.

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

Color convert

RGB 199 108 192 -
CMYK 0 0.46 0.04 0.22
HSL 304.62º 0.45% 0.6% -
HSV(B) 304.62º 0.46% 0.78% -
XYZ 38.43 26.67 52.99 -
YUV 144.79 154.65 166.67 -
System Red Green Blue C M Y K H S L
Decimal 199 108 192 0 0.46 0.04 0.22 304.62 0.45 0.6
Hex C7 6C C0 0 2E 4 16 131 2D 3C
Octal 307 154 300 0 56 4 26 461 55 74
Binary 11000111 1101100 11000000 0 101110 100 10110 100110001 101101 111100

Color Harmonies of #C76CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CC0

Black with #C76CC0

Text Example


Text Example

White with #C76CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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