Html Css Color HEX #C73EB1 Fuchsia

📋 copy color: '#C73EB1'

red 199 ◦ green 62 ◦ blue 177

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

Shades of Fuchsia #C73EB1

Tints of Fuchsia #C73EB1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.16%

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

R = 45.43%
G = 14.16%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C73EB1 (or 0xC73EB1) is known color: Fuchsia. HEX triplet: C7, 3E and B1. RGB value is (199,62,177). Sum of RGB (Red+Green+Blue) = 199+62+177=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 177 (69.53% from 255 or 40.41% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C73EB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73EB1 is #38C14E. Grayscale: #737373. Windows color (decimal): -3719503 or 11615943. OLE color: 11615943.

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

Color convert

RGB 199 62 177 -
CMYK 0 0.69 0.11 0.22
HSL 309.64º 0.55% 0.51% -
HSV(B) 309.64º 0.69% 0.78% -
XYZ 33.21 18.76 43.47 -
YUV 116.07 162.39 187.15 -
System Red Green Blue C M Y K H S L
Decimal 199 62 177 0 0.69 0.11 0.22 309.64 0.55 0.51
Hex C7 3E B1 0 45 B 16 136 37 33
Octal 307 76 261 0 105 13 26 466 67 63
Binary 11000111 111110 10110001 0 1000101 1011 10110 100110110 110111 110011

Color Harmonies of #C73EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73EB1

Black with #C73EB1

Text Example


Text Example

White with #C73EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73EB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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