Html Css Color HEX #C76DBB Fuchsia

📋 copy color: '#C76DBB'

red 199 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #C76DBB

Tints of Fuchsia #C76DBB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.02%

 BLUE value IS 187 (73.44% from 255) = 37.78%

R = 40.2%
G = 22.02%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C76DBB (or 0xC76DBB) is known color: Fuchsia. HEX triplet: C7, 6D and BB. RGB value is (199,109,187). Sum of RGB (Red+Green+Blue) = 199+109+187=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 199 - color contains mainly: red. Hex color #C76DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C76DBB is #389244. Grayscale: #909090. Windows color (decimal): -3707461 or 12283335. OLE color: 12283335.

HSL color Cylindrical-coordinate representation of color #C76DBB: hue angle of 308º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C76DBB is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 109 187 -
CMYK 0 0.45 0.06 0.22
HSL 308º 0.45% 0.6% -
HSV(B) 308º 0.45% 0.78% -
XYZ 37.99 26.67 50.16 -
YUV 144.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 199 109 187 0 0.45 0.06 0.22 308 0.45 0.6
Hex C7 6D BB 0 2D 6 16 134 2D 3C
Octal 307 155 273 0 55 6 26 464 55 74
Binary 11000111 1101101 10111011 0 101101 110 10110 100110100 101101 111100

Color Harmonies of #C76DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C76DBB

Black with #C76DBB

Text Example


Text Example

White with #C76DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C76DBB; }

 p { color: rgb(199,109,187); }

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

background-color css

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

 a { background-color: rgb(199,109,187); }

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

border-color css

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

 span { border-color: rgb(199,109,187); }

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