Html Css Color HEX #C73FBC Fuchsia

📋 copy color: '#C73FBC'

red 199 ◦ green 63 ◦ blue 188

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

Shades of Fuchsia #C73FBC

Tints of Fuchsia #C73FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.78%

R = 44.22%
G = 14%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C73FBC (or 0xC73FBC) is known color: Fuchsia. HEX triplet: C7, 3F and BC. RGB value is (199,63,188). Sum of RGB (Red+Green+Blue) = 199+63+188=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C73FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FBC is #38C043. Grayscale: #757575. Windows color (decimal): -3719236 or 12337095. OLE color: 12337095.

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

Color convert

RGB 199 63 188 -
CMYK 0 0.68 0.06 0.22
HSL 304.85º 0.55% 0.51% -
HSV(B) 304.85º 0.68% 0.78% -
XYZ 34.41 19.33 49.49 -
YUV 117.91 167.56 185.84 -
System Red Green Blue C M Y K H S L
Decimal 199 63 188 0 0.68 0.06 0.22 304.85 0.55 0.51
Hex C7 3F BC 0 44 6 16 131 37 33
Octal 307 77 274 0 104 6 26 461 67 63
Binary 11000111 111111 10111100 0 1000100 110 10110 100110001 110111 110011

Color Harmonies of #C73FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FBC

Black with #C73FBC

Text Example


Text Example

White with #C73FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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