Html Css Color HEX #C76BB9 Fuchsia

📋 copy color: '#C76BB9'

red 199 ◦ green 107 ◦ blue 185

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

Shades of Fuchsia #C76BB9

Tints of Fuchsia #C76BB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.68%

R = 40.53%
G = 21.79%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C76BB9 (or 0xC76BB9) is known color: Fuchsia. HEX triplet: C7, 6B and B9. RGB value is (199,107,185). Sum of RGB (Red+Green+Blue) = 199+107+185=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 185 (72.66% from 255 or 37.68% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BB9 is #389446. Grayscale: #8F8F8F. Windows color (decimal): -3707975 or 12151751. OLE color: 12151751.

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

Color convert

RGB 199 107 185 -
CMYK 0 0.46 0.07 0.22
HSL 309.13º 0.45% 0.6% -
HSV(B) 309.13º 0.46% 0.78% -
XYZ 37.57 26.16 48.97 -
YUV 143.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 199 107 185 0 0.46 0.07 0.22 309.13 0.45 0.6
Hex C7 6B B9 0 2E 7 16 135 2D 3C
Octal 307 153 271 0 56 7 26 465 55 74
Binary 11000111 1101011 10111001 0 101110 111 10110 100110101 101101 111100

Color Harmonies of #C76BB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BB9

Black with #C76BB9

Text Example


Text Example

White with #C76BB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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