Html Css Color HEX #C76AC3 Fuchsia

📋 copy color: '#C76AC3'

red 199 ◦ green 106 ◦ blue 195

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

Shades of Fuchsia #C76AC3

Tints of Fuchsia #C76AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39%

R = 39.8%
G = 21.2%
B = 39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C76AC3 (or 0xC76AC3) is known color: Fuchsia. HEX triplet: C7, 6A and C3. RGB value is (199,106,195). Sum of RGB (Red+Green+Blue) = 199+106+195=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C76AC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76AC3 is #38953C. Grayscale: #8F8F8F. Windows color (decimal): -3708221 or 12806855. OLE color: 12806855.

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

Color convert

RGB 199 106 195 -
CMYK 0 0.47 0.02 0.22
HSL 302.58º 0.45% 0.6% -
HSV(B) 302.58º 0.47% 0.78% -
XYZ 38.56 26.39 54.69 -
YUV 143.95 156.81 167.26 -
System Red Green Blue C M Y K H S L
Decimal 199 106 195 0 0.47 0.02 0.22 302.58 0.45 0.6
Hex C7 6A C3 0 2F 2 16 12F 2D 3C
Octal 307 152 303 0 57 2 26 457 55 74
Binary 11000111 1101010 11000011 0 101111 10 10110 100101111 101101 111100

Color Harmonies of #C76AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76AC3

Black with #C76AC3

Text Example


Text Example

White with #C76AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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