Html Css Color HEX #C76CBE Fuchsia

📋 copy color: '#C76CBE'

red 199 ◦ green 108 ◦ blue 190

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

Shades of Fuchsia #C76CBE

Tints of Fuchsia #C76CBE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.73%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 40.04%
G = 21.73%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C76CBE (or 0xC76CBE) is known color: Fuchsia. HEX triplet: C7, 6C and BE. RGB value is (199,108,190). Sum of RGB (Red+Green+Blue) = 199+108+190=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CBE is #389341. Grayscale: #909090. Windows color (decimal): -3707714 or 12479687. OLE color: 12479687.

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

Color convert

RGB 199 108 190 -
CMYK 0 0.46 0.05 0.22
HSL 305.93º 0.45% 0.6% -
HSV(B) 305.93º 0.46% 0.78% -
XYZ 38.21 26.58 51.83 -
YUV 144.56 153.65 166.83 -
System Red Green Blue C M Y K H S L
Decimal 199 108 190 0 0.46 0.05 0.22 305.93 0.45 0.6
Hex C7 6C BE 0 2E 5 16 132 2D 3C
Octal 307 154 276 0 56 5 26 462 55 74
Binary 11000111 1101100 10111110 0 101110 101 10110 100110010 101101 111100

Color Harmonies of #C76CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CBE

Black with #C76CBE

Text Example


Text Example

White with #C76CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CBE; }

 p { color: rgb(199,108,190); }

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

background-color css

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

 a { background-color: rgb(199,108,190); }

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

border-color css

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

 span { border-color: rgb(199,108,190); }

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