Html Css Color HEX #C773B1 Fuchsia

📋 copy color: '#C773B1'

red 199 ◦ green 115 ◦ blue 177

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

Shades of Fuchsia #C773B1

Tints of Fuchsia #C773B1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.42%

 BLUE value IS 177 (69.53% from 255) = 36.05%

R = 40.53%
G = 23.42%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C773B1 (or 0xC773B1) is known color: Fuchsia. HEX triplet: C7, 73 and B1. RGB value is (199,115,177). Sum of RGB (Red+Green+Blue) = 199+115+177=491 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.53% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 199 - color contains mainly: red. Hex color #C773B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C773B1 is #388C4E. Grayscale: #939393. Windows color (decimal): -3705935 or 11629511. OLE color: 11629511.

HSL color Cylindrical-coordinate representation of color #C773B1: hue angle of 315.71º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C773B1 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 115 177 -
CMYK 0 0.42 0.11 0.22
HSL 315.71º 0.43% 0.62% -
HSV(B) 315.71º 0.42% 0.78% -
XYZ 37.62 27.58 44.94 -
YUV 147.18 144.83 164.96 -
System Red Green Blue C M Y K H S L
Decimal 199 115 177 0 0.42 0.11 0.22 315.71 0.43 0.62
Hex C7 73 B1 0 2A B 16 13C 2B 3E
Octal 307 163 261 0 52 13 26 474 53 76
Binary 11000111 1110011 10110001 0 101010 1011 10110 100111100 101011 111110

Color Harmonies of #C773B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C773B1

Black with #C773B1

Text Example


Text Example

White with #C773B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C773B1; }

 p { color: rgb(199,115,177); }

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

background-color css

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

 a { background-color: rgb(199,115,177); }

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

border-color css

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

 span { border-color: rgb(199,115,177); }

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