Html Css Color HEX #C73DBF Fuchsia

📋 copy color: '#C73DBF'

red 199 ◦ green 61 ◦ blue 191

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

Shades of Fuchsia #C73DBF

Tints of Fuchsia #C73DBF

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.53%

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

R = 44.12%
G = 13.53%
B = 42.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C73DBF (or 0xC73DBF) is known color: Fuchsia. HEX triplet: C7, 3D and BF. RGB value is (199,61,191). Sum of RGB (Red+Green+Blue) = 199+61+191=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 61 (24.22% from 255 or 13.53% from 451); Blue value is 191 (75% from 255 or 42.35% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C73DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73DBF is #38C240. Grayscale: #747474. Windows color (decimal): -3719745 or 12533191. OLE color: 12533191.

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

Color convert

RGB 199 61 191 -
CMYK 0 0.69 0.04 0.22
HSL 303.48º 0.55% 0.51% -
HSV(B) 303.48º 0.69% 0.78% -
XYZ 34.63 19.24 51.18 -
YUV 117.08 169.72 186.43 -
System Red Green Blue C M Y K H S L
Decimal 199 61 191 0 0.69 0.04 0.22 303.48 0.55 0.51
Hex C7 3D BF 0 45 4 16 12F 37 33
Octal 307 75 277 0 105 4 26 457 67 63
Binary 11000111 111101 10111111 0 1000101 100 10110 100101111 110111 110011

Color Harmonies of #C73DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73DBF

Black with #C73DBF

Text Example


Text Example

White with #C73DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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