Html Css Color HEX #C73FB1 Fuchsia

📋 copy color: '#C73FB1'

red 199 ◦ green 63 ◦ blue 177

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

Shades of Fuchsia #C73FB1

Tints of Fuchsia #C73FB1

RGB

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

 GREEN value IS 63 (25% from 255) = 14.35%

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

R = 45.33%
G = 14.35%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C73FB1 (or 0xC73FB1) is known color: Fuchsia. HEX triplet: C7, 3F and B1. RGB value is (199,63,177). Sum of RGB (Red+Green+Blue) = 199+63+177=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 63 (25% from 255 or 14.35% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C73FB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73FB1 is #38C04E. Grayscale: #747474. Windows color (decimal): -3719247 or 11616199. OLE color: 11616199.

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

Color convert

RGB 199 63 177 -
CMYK 0 0.68 0.11 0.22
HSL 309.71º 0.55% 0.51% -
HSV(B) 309.71º 0.68% 0.78% -
XYZ 33.27 18.87 43.48 -
YUV 116.66 162.06 186.73 -
System Red Green Blue C M Y K H S L
Decimal 199 63 177 0 0.68 0.11 0.22 309.71 0.55 0.51
Hex C7 3F B1 0 44 B 16 136 37 33
Octal 307 77 261 0 104 13 26 466 67 63
Binary 11000111 111111 10110001 0 1000100 1011 10110 100110110 110111 110011

Color Harmonies of #C73FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FB1

Black with #C73FB1

Text Example


Text Example

White with #C73FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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