Html Css Color HEX #C761BE Fuchsia

📋 copy color: '#C761BE'

red 199 ◦ green 97 ◦ blue 190

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

Shades of Fuchsia #C761BE

Tints of Fuchsia #C761BE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.96%

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

R = 40.95%
G = 19.96%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C761BE (or 0xC761BE) is known color: Fuchsia. HEX triplet: C7, 61 and BE. RGB value is (199,97,190). Sum of RGB (Red+Green+Blue) = 199+97+190=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C761BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761BE is #389E41. Grayscale: #898989. Windows color (decimal): -3710530 or 12476871. OLE color: 12476871.

HSL color Cylindrical-coordinate representation of color #C761BE: hue angle of 305.29º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C761BE is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 97 190 -
CMYK 0 0.51 0.05 0.22
HSL 305.29º 0.48% 0.58% -
HSV(B) 305.29º 0.51% 0.78% -
XYZ 37.12 24.41 51.47 -
YUV 138.1 157.29 171.44 -
System Red Green Blue C M Y K H S L
Decimal 199 97 190 0 0.51 0.05 0.22 305.29 0.48 0.58
Hex C7 61 BE 0 33 5 16 131 30 3A
Octal 307 141 276 0 63 5 26 461 60 72
Binary 11000111 1100001 10111110 0 110011 101 10110 100110001 110000 111010

Color Harmonies of #C761BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C761BE

Black with #C761BE

Text Example


Text Example

White with #C761BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C761BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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