Html Css Color HEX #C770B9 Fuchsia

📋 copy color: '#C770B9'

red 199 ◦ green 112 ◦ blue 185

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

Shades of Fuchsia #C770B9

Tints of Fuchsia #C770B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.3%

R = 40.12%
G = 22.58%
B = 37.3%

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

#C770B9 (or 0xC770B9) is known color: Fuchsia. HEX triplet: C7, 70 and B9. RGB value is (199,112,185). Sum of RGB (Red+Green+Blue) = 199+112+185=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 185 (72.66% from 255 or 37.30% from 496); Max value from RGB is 199 - color contains mainly: red. Hex color #C770B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C770B9 is #388F46. Grayscale: #929292. Windows color (decimal): -3706695 or 12153031. OLE color: 12153031.

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

Color convert

RGB 199 112 185 -
CMYK 0 0.44 0.07 0.22
HSL 309.66º 0.44% 0.61% -
HSV(B) 309.66º 0.44% 0.78% -
XYZ 38.1 27.23 49.15 -
YUV 146.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 199 112 185 0 0.44 0.07 0.22 309.66 0.44 0.61
Hex C7 70 B9 0 2C 7 16 136 2C 3D
Octal 307 160 271 0 54 7 26 466 54 75
Binary 11000111 1110000 10111001 0 101100 111 10110 100110110 101100 111101

Color Harmonies of #C770B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770B9

Black with #C770B9

Text Example


Text Example

White with #C770B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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