Html Css Color HEX #C760BE Fuchsia

📋 copy color: '#C760BE'

red 199 ◦ green 96 ◦ blue 190

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

Shades of Fuchsia #C760BE

Tints of Fuchsia #C760BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.79%

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

R = 41.03%
G = 19.79%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C760BE (or 0xC760BE) is known color: Fuchsia. HEX triplet: C7, 60 and BE. RGB value is (199,96,190). Sum of RGB (Red+Green+Blue) = 199+96+190=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 96 (37.89% from 255 or 19.79% from 485); Blue value is 190 (74.61% from 255 or 39.18% from 485); Max value from RGB is 199 - color contains mainly: red. Hex color #C760BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760BE is #389F41. Grayscale: #898989. Windows color (decimal): -3710786 or 12476615. OLE color: 12476615.

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

Color convert

RGB 199 96 190 -
CMYK 0 0.52 0.05 0.22
HSL 305.24º 0.48% 0.58% -
HSV(B) 305.24º 0.52% 0.78% -
XYZ 37.03 24.23 51.44 -
YUV 137.51 157.62 171.86 -
System Red Green Blue C M Y K H S L
Decimal 199 96 190 0 0.52 0.05 0.22 305.24 0.48 0.58
Hex C7 60 BE 0 34 5 16 131 30 3A
Octal 307 140 276 0 64 5 26 461 60 72
Binary 11000111 1100000 10111110 0 110100 101 10110 100110001 110000 111010

Color Harmonies of #C760BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760BE

Black with #C760BE

Text Example


Text Example

White with #C760BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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