Html Css Color HEX #C76DC4 Fuchsia

📋 copy color: '#C76DC4'

red 199 ◦ green 109 ◦ blue 196

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

Shades of Fuchsia #C76DC4

Tints of Fuchsia #C76DC4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.63%

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

R = 39.48%
G = 21.63%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C76DC4 (or 0xC76DC4) is known color: Fuchsia. HEX triplet: C7, 6D and C4. RGB value is (199,109,196). Sum of RGB (Red+Green+Blue) = 199+109+196=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 109 (42.97% from 255 or 21.63% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DC4 is #38923B. Grayscale: #919191. Windows color (decimal): -3707452 or 12873159. OLE color: 12873159.

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

Color convert

RGB 199 109 196 -
CMYK 0 0.45 0.02 0.22
HSL 302º 0.45% 0.6% -
HSV(B) 302º 0.45% 0.78% -
XYZ 38.99 27.06 55.39 -
YUV 145.83 156.32 165.93 -
System Red Green Blue C M Y K H S L
Decimal 199 109 196 0 0.45 0.02 0.22 302 0.45 0.6
Hex C7 6D C4 0 2D 2 16 12E 2D 3C
Octal 307 155 304 0 55 2 26 456 55 74
Binary 11000111 1101101 11000100 0 101101 10 10110 100101110 101101 111100

Color Harmonies of #C76DC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76DC4

Black with #C76DC4

Text Example


Text Example

White with #C76DC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76DC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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