Html Css Color HEX #C761BC Fuchsia

📋 copy color: '#C761BC'

red 199 ◦ green 97 ◦ blue 188

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

Shades of Fuchsia #C761BC

Tints of Fuchsia #C761BC

RGB

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

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

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

R = 41.12%
G = 20.04%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C761BC (or 0xC761BC) is known color: Fuchsia. HEX triplet: C7, 61 and BC. RGB value is (199,97,188). Sum of RGB (Red+Green+Blue) = 199+97+188=484 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.12% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 199 - color contains mainly: red. Hex color #C761BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C761BC is #389E43. Grayscale: #898989. Windows color (decimal): -3710532 or 12345799. OLE color: 12345799.

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

Color convert

RGB 199 97 188 -
CMYK 0 0.51 0.06 0.22
HSL 306.47º 0.48% 0.58% -
HSV(B) 306.47º 0.51% 0.78% -
XYZ 36.9 24.32 50.33 -
YUV 137.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 199 97 188 0 0.51 0.06 0.22 306.47 0.48 0.58
Hex C7 61 BC 0 33 6 16 132 30 3A
Octal 307 141 274 0 63 6 26 462 60 72
Binary 11000111 1100001 10111100 0 110011 110 10110 100110010 110000 111010

Color Harmonies of #C761BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C761BC

Black with #C761BC

Text Example


Text Example

White with #C761BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C761BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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