Html Css Color HEX #C76AB3 Fuchsia

📋 copy color: '#C76AB3'

red 199 ◦ green 106 ◦ blue 179

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

Shades of Fuchsia #C76AB3

Tints of Fuchsia #C76AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 41.12%
G = 21.9%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C76AB3 (or 0xC76AB3) is known color: Fuchsia. HEX triplet: C7, 6A and B3. RGB value is (199,106,179). Sum of RGB (Red+Green+Blue) = 199+106+179=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C76AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76AB3 is #38954C. Grayscale: #8D8D8D. Windows color (decimal): -3708237 or 11758279. OLE color: 11758279.

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

Color convert

RGB 199 106 179 -
CMYK 0 0.47 0.10 0.22
HSL 312.9º 0.45% 0.6% -
HSV(B) 312.9º 0.47% 0.78% -
XYZ 36.84 25.7 45.67 -
YUV 142.13 148.81 168.56 -
System Red Green Blue C M Y K H S L
Decimal 199 106 179 0 0.47 0.10 0.22 312.9 0.45 0.6
Hex C7 6A B3 0 2F A 16 139 2D 3C
Octal 307 152 263 0 57 12 26 471 55 74
Binary 11000111 1101010 10110011 0 101111 1010 10110 100111001 101101 111100

Color Harmonies of #C76AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76AB3

Black with #C76AB3

Text Example


Text Example

White with #C76AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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