Html Css Color HEX #C76FC1 Fuchsia

📋 copy color: '#C76FC1'

red 199 ◦ green 111 ◦ blue 193

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

Shades of Fuchsia #C76FC1

Tints of Fuchsia #C76FC1

RGB

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

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

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

R = 39.56%
G = 22.07%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C76FC1 (or 0xC76FC1) is known color: Fuchsia. HEX triplet: C7, 6F and C1. RGB value is (199,111,193). Sum of RGB (Red+Green+Blue) = 199+111+193=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 193 (75.78% from 255 or 38.37% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C76FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76FC1 is #38903E. Grayscale: #929292. Windows color (decimal): -3706943 or 12677063. OLE color: 12677063.

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

Color convert

RGB 199 111 193 -
CMYK 0 0.44 0.03 0.22
HSL 304.09º 0.44% 0.61% -
HSV(B) 304.09º 0.44% 0.78% -
XYZ 38.86 27.36 53.69 -
YUV 146.66 154.15 165.33 -
System Red Green Blue C M Y K H S L
Decimal 199 111 193 0 0.44 0.03 0.22 304.09 0.44 0.61
Hex C7 6F C1 0 2C 3 16 130 2C 3D
Octal 307 157 301 0 54 3 26 460 54 75
Binary 11000111 1101111 11000001 0 101100 11 10110 100110000 101100 111101

Color Harmonies of #C76FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76FC1

Black with #C76FC1

Text Example


Text Example

White with #C76FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76FC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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