Html Css Color HEX #C76BC4 Fuchsia

📋 copy color: '#C76BC4'

red 199 ◦ green 107 ◦ blue 196

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

Shades of Fuchsia #C76BC4

Tints of Fuchsia #C76BC4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.31%

 BLUE value IS 196 (76.95% from 255) = 39.04%

R = 39.64%
G = 21.31%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C76BC4 (or 0xC76BC4) is known color: Fuchsia. HEX triplet: C7, 6B and C4. RGB value is (199,107,196). Sum of RGB (Red+Green+Blue) = 199+107+196=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BC4 is #38943B. Grayscale: #909090. Windows color (decimal): -3707964 or 12872647. OLE color: 12872647.

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

Color convert

RGB 199 107 196 -
CMYK 0 0.46 0.02 0.22
HSL 301.96º 0.45% 0.6% -
HSV(B) 301.96º 0.46% 0.78% -
XYZ 38.77 26.64 55.32 -
YUV 144.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 199 107 196 0 0.46 0.02 0.22 301.96 0.45 0.6
Hex C7 6B C4 0 2E 2 16 12E 2D 3C
Octal 307 153 304 0 56 2 26 456 55 74
Binary 11000111 1101011 11000100 0 101110 10 10110 100101110 101101 111100

Color Harmonies of #C76BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BC4

Black with #C76BC4

Text Example


Text Example

White with #C76BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BC4; }

 p { color: rgb(199,107,196); }

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

background-color css

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

 a { background-color: rgb(199,107,196); }

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

border-color css

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

 span { border-color: rgb(199,107,196); }

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