Html Css Color HEX #C760BC Fuchsia

📋 copy color: '#C760BC'

red 199 ◦ green 96 ◦ blue 188

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

Shades of Fuchsia #C760BC

Tints of Fuchsia #C760BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.92%

R = 41.2%
G = 19.88%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C760BC (or 0xC760BC) is known color: Fuchsia. HEX triplet: C7, 60 and BC. RGB value is (199,96,188). Sum of RGB (Red+Green+Blue) = 199+96+188=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 188 (73.83% from 255 or 38.92% from 483); Max value from RGB is 199 - color contains mainly: red. Hex color #C760BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C760BC is #389F43. Grayscale: #898989. Windows color (decimal): -3710788 or 12345543. OLE color: 12345543.

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

Color convert

RGB 199 96 188 -
CMYK 0 0.52 0.06 0.22
HSL 306.41º 0.48% 0.58% -
HSV(B) 306.41º 0.52% 0.78% -
XYZ 36.81 24.14 50.3 -
YUV 137.29 156.62 172.02 -
System Red Green Blue C M Y K H S L
Decimal 199 96 188 0 0.52 0.06 0.22 306.41 0.48 0.58
Hex C7 60 BC 0 34 6 16 132 30 3A
Octal 307 140 274 0 64 6 26 462 60 72
Binary 11000111 1100000 10111100 0 110100 110 10110 100110010 110000 111010

Color Harmonies of #C760BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C760BC

Black with #C760BC

Text Example


Text Example

White with #C760BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C760BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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