Html Css Color HEX #C76BBA Fuchsia

📋 copy color: '#C76BBA'

red 199 ◦ green 107 ◦ blue 186

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

Shades of Fuchsia #C76BBA

Tints of Fuchsia #C76BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 40.45%
G = 21.75%
B = 37.8%

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

#C76BBA (or 0xC76BBA) is known color: Fuchsia. HEX triplet: C7, 6B and BA. RGB value is (199,107,186). Sum of RGB (Red+Green+Blue) = 199+107+186=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BBA is #389445. Grayscale: #8F8F8F. Windows color (decimal): -3707974 or 12217287. OLE color: 12217287.

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

Color convert

RGB 199 107 186 -
CMYK 0 0.46 0.07 0.22
HSL 308.48º 0.45% 0.6% -
HSV(B) 308.48º 0.46% 0.78% -
XYZ 37.67 26.2 49.53 -
YUV 143.51 151.98 167.58 -
System Red Green Blue C M Y K H S L
Decimal 199 107 186 0 0.46 0.07 0.22 308.48 0.45 0.6
Hex C7 6B BA 0 2E 7 16 134 2D 3C
Octal 307 153 272 0 56 7 26 464 55 74
Binary 11000111 1101011 10111010 0 101110 111 10110 100110100 101101 111100

Color Harmonies of #C76BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BBA

Black with #C76BBA

Text Example


Text Example

White with #C76BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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