Html Css Color HEX #C770B7 Fuchsia

📋 copy color: '#C770B7'

red 199 ◦ green 112 ◦ blue 183

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

Shades of Fuchsia #C770B7

Tints of Fuchsia #C770B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.04%

R = 40.28%
G = 22.67%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C770B7 (or 0xC770B7) is known color: Fuchsia. HEX triplet: C7, 70 and B7. RGB value is (199,112,183). Sum of RGB (Red+Green+Blue) = 199+112+183=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C770B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770B7 is #388F48. Grayscale: #919191. Windows color (decimal): -3706697 or 12021959. OLE color: 12021959.

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

Color convert

RGB 199 112 183 -
CMYK 0 0.44 0.08 0.22
HSL 311.03º 0.44% 0.61% -
HSV(B) 311.03º 0.44% 0.78% -
XYZ 37.89 27.15 48.04 -
YUV 146.11 148.82 165.73 -
System Red Green Blue C M Y K H S L
Decimal 199 112 183 0 0.44 0.08 0.22 311.03 0.44 0.61
Hex C7 70 B7 0 2C 8 16 137 2C 3D
Octal 307 160 267 0 54 10 26 467 54 75
Binary 11000111 1110000 10110111 0 101100 1000 10110 100110111 101100 111101

Color Harmonies of #C770B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770B7

Black with #C770B7

Text Example


Text Example

White with #C770B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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