Html Css Color HEX #C76BC1 Fuchsia

📋 copy color: '#C76BC1'

red 199 ◦ green 107 ◦ blue 193

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

Shades of Fuchsia #C76BC1

Tints of Fuchsia #C76BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 38.68%

R = 39.88%
G = 21.44%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C76BC1 (or 0xC76BC1) is known color: Fuchsia. HEX triplet: C7, 6B and C1. RGB value is (199,107,193). Sum of RGB (Red+Green+Blue) = 199+107+193=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 193 (75.78% from 255 or 38.68% from 499); Max value from RGB is 199 - color contains mainly: red. Hex color #C76BC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76BC1 is #38943E. Grayscale: #909090. Windows color (decimal): -3707967 or 12676039. OLE color: 12676039.

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

Color convert

RGB 199 107 193 -
CMYK 0 0.46 0.03 0.22
HSL 303.91º 0.45% 0.6% -
HSV(B) 303.91º 0.46% 0.78% -
XYZ 38.44 26.51 53.54 -
YUV 144.31 155.48 167.01 -
System Red Green Blue C M Y K H S L
Decimal 199 107 193 0 0.46 0.03 0.22 303.91 0.45 0.6
Hex C7 6B C1 0 2E 3 16 130 2D 3C
Octal 307 153 301 0 56 3 26 460 55 74
Binary 11000111 1101011 11000001 0 101110 11 10110 100110000 101101 111100

Color Harmonies of #C76BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76BC1

Black with #C76BC1

Text Example


Text Example

White with #C76BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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