Html Css Color HEX #C76DB0 Fuchsia

📋 copy color: '#C76DB0'

red 199 ◦ green 109 ◦ blue 176

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

Shades of Fuchsia #C76DB0

Tints of Fuchsia #C76DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.36%

R = 41.12%
G = 22.52%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C76DB0 (or 0xC76DB0) is known color: Fuchsia. HEX triplet: C7, 6D and B0. RGB value is (199,109,176). Sum of RGB (Red+Green+Blue) = 199+109+176=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76DB0 is #38924F. Grayscale: #8F8F8F. Windows color (decimal): -3707472 or 11562439. OLE color: 11562439.

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

Color convert

RGB 199 109 176 -
CMYK 0 0.45 0.12 0.22
HSL 315.33º 0.45% 0.6% -
HSV(B) 315.33º 0.45% 0.78% -
XYZ 36.86 26.21 44.19 -
YUV 143.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 199 109 176 0 0.45 0.12 0.22 315.33 0.45 0.6
Hex C7 6D B0 0 2D C 16 13B 2D 3C
Octal 307 155 260 0 55 14 26 473 55 74
Binary 11000111 1101101 10110000 0 101101 1100 10110 100111011 101101 111100

Color Harmonies of #C76DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76DB0

Black with #C76DB0

Text Example


Text Example

White with #C76DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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