Html Css Color HEX #C73FBF Fuchsia

📋 copy color: '#C73FBF'

red 199 ◦ green 63 ◦ blue 191

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

Shades of Fuchsia #C73FBF

Tints of Fuchsia #C73FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.16%

R = 43.93%
G = 13.91%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C73FBF (or 0xC73FBF) is known color: Fuchsia. HEX triplet: C7, 3F and BF. RGB value is (199,63,191). Sum of RGB (Red+Green+Blue) = 199+63+191=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C73FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FBF is #38C040. Grayscale: #757575. Windows color (decimal): -3719233 or 12533703. OLE color: 12533703.

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

Color convert

RGB 199 63 191 -
CMYK 0 0.68 0.04 0.22
HSL 303.53º 0.55% 0.51% -
HSV(B) 303.53º 0.68% 0.78% -
XYZ 34.73 19.46 51.22 -
YUV 118.26 169.06 185.59 -
System Red Green Blue C M Y K H S L
Decimal 199 63 191 0 0.68 0.04 0.22 303.53 0.55 0.51
Hex C7 3F BF 0 44 4 16 130 37 33
Octal 307 77 277 0 104 4 26 460 67 63
Binary 11000111 111111 10111111 0 1000100 100 10110 100110000 110111 110011

Color Harmonies of #C73FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FBF

Black with #C73FBF

Text Example


Text Example

White with #C73FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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