Html Css Color HEX #C73BBF Fuchsia

📋 copy color: '#C73BBF'

red 199 ◦ green 59 ◦ blue 191

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

Shades of Fuchsia #C73BBF

Tints of Fuchsia #C73BBF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.14%

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

R = 44.32%
G = 13.14%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C73BBF (or 0xC73BBF) is known color: Fuchsia. HEX triplet: C7, 3B and BF. RGB value is (199,59,191). Sum of RGB (Red+Green+Blue) = 199+59+191=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 191 (75% from 255 or 42.54% from 449); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BBF is #38C440. Grayscale: #737373. Windows color (decimal): -3720257 or 12532679. OLE color: 12532679.

HSL color Cylindrical-coordinate representation of color #C73BBF: hue angle of 303.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73BBF is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 59 191 -
CMYK 0 0.70 0.04 0.22
HSL 303.43º 0.56% 0.51% -
HSV(B) 303.43º 0.7% 0.78% -
XYZ 34.52 19.03 51.14 -
YUV 115.91 170.38 187.27 -
System Red Green Blue C M Y K H S L
Decimal 199 59 191 0 0.70 0.04 0.22 303.43 0.56 0.51
Hex C7 3B BF 0 46 4 16 12F 38 33
Octal 307 73 277 0 106 4 26 457 70 63
Binary 11000111 111011 10111111 0 1000110 100 10110 100101111 111000 110011

Color Harmonies of #C73BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BBF

Black with #C73BBF

Text Example


Text Example

White with #C73BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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