Html Css Color HEX #C76BC3 Fuchsia

📋 copy color: '#C76BC3'

red 199 ◦ green 107 ◦ blue 195

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

Shades of Fuchsia #C76BC3

Tints of Fuchsia #C76BC3

RGB

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

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

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

R = 39.72%
G = 21.36%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C76BC3 (or 0xC76BC3) is known color: Fuchsia. HEX triplet: C7, 6B and C3. RGB value is (199,107,195). Sum of RGB (Red+Green+Blue) = 199+107+195=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 107 (42.19% from 255 or 21.36% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BC3 is #38943C. Grayscale: #909090. Windows color (decimal): -3707965 or 12807111. OLE color: 12807111.

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

Color convert

RGB 199 107 195 -
CMYK 0 0.46 0.02 0.22
HSL 302.61º 0.45% 0.6% -
HSV(B) 302.61º 0.46% 0.78% -
XYZ 38.66 26.6 54.73 -
YUV 144.54 156.48 166.84 -
System Red Green Blue C M Y K H S L
Decimal 199 107 195 0 0.46 0.02 0.22 302.61 0.45 0.6
Hex C7 6B C3 0 2E 2 16 12F 2D 3C
Octal 307 153 303 0 56 2 26 457 55 74
Binary 11000111 1101011 11000011 0 101110 10 10110 100101111 101101 111100

Color Harmonies of #C76BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BC3

Black with #C76BC3

Text Example


Text Example

White with #C76BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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