Html Css Color HEX #C770BA Fuchsia

📋 copy color: '#C770BA'

red 199 ◦ green 112 ◦ blue 186

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

Shades of Fuchsia #C770BA

Tints of Fuchsia #C770BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.54%

 BLUE value IS 186 (73.05% from 255) = 37.42%

R = 40.04%
G = 22.54%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C770BA (or 0xC770BA) is known color: Fuchsia. HEX triplet: C7, 70 and BA. RGB value is (199,112,186). Sum of RGB (Red+Green+Blue) = 199+112+186=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 199 - color contains mainly: red. Hex color #C770BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770BA is #388F45. Grayscale: #929292. Windows color (decimal): -3706694 or 12218567. OLE color: 12218567.

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

Color convert

RGB 199 112 186 -
CMYK 0 0.44 0.07 0.22
HSL 308.97º 0.44% 0.61% -
HSV(B) 308.97º 0.44% 0.78% -
XYZ 38.21 27.28 49.71 -
YUV 146.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 199 112 186 0 0.44 0.07 0.22 308.97 0.44 0.61
Hex C7 70 BA 0 2C 7 16 135 2C 3D
Octal 307 160 272 0 54 7 26 465 54 75
Binary 11000111 1110000 10111010 0 101100 111 10110 100110101 101100 111101

Color Harmonies of #C770BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770BA

Black with #C770BA

Text Example


Text Example

White with #C770BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770BA; }

 p { color: rgb(199,112,186); }

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

background-color css

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

 a { background-color: rgb(199,112,186); }

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

border-color css

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

 span { border-color: rgb(199,112,186); }

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