Html Css Color HEX #C773BA Fuchsia

📋 copy color: '#C773BA'

red 199 ◦ green 115 ◦ blue 186

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

Shades of Fuchsia #C773BA

Tints of Fuchsia #C773BA

RGB

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

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

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

R = 39.8%
G = 23%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C773BA (or 0xC773BA) is known color: Fuchsia. HEX triplet: C7, 73 and BA. RGB value is (199,115,186). Sum of RGB (Red+Green+Blue) = 199+115+186=500 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.8% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 199 - color contains mainly: red. Hex color #C773BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C773BA is #388C45. Grayscale: #949494. Windows color (decimal): -3705926 or 12219335. OLE color: 12219335.

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

Color convert

RGB 199 115 186 -
CMYK 0 0.42 0.07 0.22
HSL 309.29º 0.43% 0.62% -
HSV(B) 309.29º 0.42% 0.78% -
XYZ 38.55 27.95 49.82 -
YUV 148.21 149.33 164.23 -
System Red Green Blue C M Y K H S L
Decimal 199 115 186 0 0.42 0.07 0.22 309.29 0.43 0.62
Hex C7 73 BA 0 2A 7 16 135 2B 3E
Octal 307 163 272 0 52 7 26 465 53 76
Binary 11000111 1110011 10111010 0 101010 111 10110 100110101 101011 111110

Color Harmonies of #C773BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C773BA

Black with #C773BA

Text Example


Text Example

White with #C773BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C773BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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