Html Css Color HEX #C770B0 Fuchsia

📋 copy color: '#C770B0'

red 199 ◦ green 112 ◦ blue 176

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

Shades of Fuchsia #C770B0

Tints of Fuchsia #C770B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.14%

R = 40.86%
G = 23%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C770B0 (or 0xC770B0) is known color: Fuchsia. HEX triplet: C7, 70 and B0. RGB value is (199,112,176). Sum of RGB (Red+Green+Blue) = 199+112+176=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 112 (44.14% from 255 or 23.00% from 487); Blue value is 176 (69.14% from 255 or 36.14% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C770B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C770B0 is #388F4F. Grayscale: #919191. Windows color (decimal): -3706704 or 11563207. OLE color: 11563207.

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

Color convert

RGB 199 112 176 -
CMYK 0 0.44 0.12 0.22
HSL 315.86º 0.44% 0.61% -
HSV(B) 315.86º 0.44% 0.78% -
XYZ 37.18 26.87 44.3 -
YUV 145.31 145.32 166.3 -
System Red Green Blue C M Y K H S L
Decimal 199 112 176 0 0.44 0.12 0.22 315.86 0.44 0.61
Hex C7 70 B0 0 2C C 16 13C 2C 3D
Octal 307 160 260 0 54 14 26 474 54 75
Binary 11000111 1110000 10110000 0 101100 1100 10110 100111100 101100 111101

Color Harmonies of #C770B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C770B0

Black with #C770B0

Text Example


Text Example

White with #C770B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C770B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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