Html Css Color HEX #C76FB2 Fuchsia

📋 copy color: '#C76FB2'

red 199 ◦ green 111 ◦ blue 178

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

Shades of Fuchsia #C76FB2

Tints of Fuchsia #C76FB2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.75%

 BLUE value IS 178 (69.92% from 255) = 36.48%

R = 40.78%
G = 22.75%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C76FB2 (or 0xC76FB2) is known color: Fuchsia. HEX triplet: C7, 6F and B2. RGB value is (199,111,178). Sum of RGB (Red+Green+Blue) = 199+111+178=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C76FB2 is #38904D. Grayscale: #909090. Windows color (decimal): -3706958 or 11694023. OLE color: 11694023.

HSL color Cylindrical-coordinate representation of color #C76FB2: hue angle of 314.32º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C76FB2 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 111 178 -
CMYK 0 0.44 0.11 0.22
HSL 314.32º 0.44% 0.61% -
HSV(B) 314.32º 0.44% 0.78% -
XYZ 37.27 26.73 45.31 -
YUV 144.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 199 111 178 0 0.44 0.11 0.22 314.32 0.44 0.61
Hex C7 6F B2 0 2C B 16 13A 2C 3D
Octal 307 157 262 0 54 13 26 472 54 75
Binary 11000111 1101111 10110010 0 101100 1011 10110 100111010 101100 111101

Color Harmonies of #C76FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FB2

Black with #C76FB2

Text Example


Text Example

White with #C76FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FB2; }

 p { color: rgb(199,111,178); }

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

background-color css

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

 a { background-color: rgb(199,111,178); }

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

border-color css

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

 span { border-color: rgb(199,111,178); }

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