Html Css Color HEX #C76CBC Fuchsia

📋 copy color: '#C76CBC'

red 199 ◦ green 108 ◦ blue 188

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

Shades of Fuchsia #C76CBC

Tints of Fuchsia #C76CBC

RGB

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

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

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

R = 40.2%
G = 21.82%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C76CBC (or 0xC76CBC) is known color: Fuchsia. HEX triplet: C7, 6C and BC. RGB value is (199,108,188). Sum of RGB (Red+Green+Blue) = 199+108+188=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 108 (42.58% from 255 or 21.82% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C76CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76CBC is #389343. Grayscale: #909090. Windows color (decimal): -3707716 or 12348615. OLE color: 12348615.

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

Color convert

RGB 199 108 188 -
CMYK 0 0.46 0.06 0.22
HSL 307.25º 0.45% 0.6% -
HSV(B) 307.25º 0.46% 0.78% -
XYZ 37.99 26.5 50.69 -
YUV 144.33 152.65 167 -
System Red Green Blue C M Y K H S L
Decimal 199 108 188 0 0.46 0.06 0.22 307.25 0.45 0.6
Hex C7 6C BC 0 2E 6 16 133 2D 3C
Octal 307 154 274 0 56 6 26 463 55 74
Binary 11000111 1101100 10111100 0 101110 110 10110 100110011 101101 111100

Color Harmonies of #C76CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76CBC

Black with #C76CBC

Text Example


Text Example

White with #C76CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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