Html Css Color HEX #C76ABA Fuchsia

📋 copy color: '#C76ABA'

red 199 ◦ green 106 ◦ blue 186

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

Shades of Fuchsia #C76ABA

Tints of Fuchsia #C76ABA

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.59%

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

R = 40.53%
G = 21.59%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C76ABA (or 0xC76ABA) is known color: Fuchsia. HEX triplet: C7, 6A and BA. RGB value is (199,106,186). Sum of RGB (Red+Green+Blue) = 199+106+186=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C76ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76ABA is #389545. Grayscale: #8E8E8E. Windows color (decimal): -3708230 or 12217031. OLE color: 12217031.

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

Color convert

RGB 199 106 186 -
CMYK 0 0.47 0.07 0.22
HSL 308.39º 0.45% 0.6% -
HSV(B) 308.39º 0.47% 0.78% -
XYZ 37.57 26 49.49 -
YUV 142.93 152.31 168 -
System Red Green Blue C M Y K H S L
Decimal 199 106 186 0 0.47 0.07 0.22 308.39 0.45 0.6
Hex C7 6A BA 0 2F 7 16 134 2D 3C
Octal 307 152 272 0 57 7 26 464 55 74
Binary 11000111 1101010 10111010 0 101111 111 10110 100110100 101101 111100

Color Harmonies of #C76ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76ABA

Black with #C76ABA

Text Example


Text Example

White with #C76ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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