Html Css Color HEX #C73FBA Fuchsia

📋 copy color: '#C73FBA'

red 199 ◦ green 63 ◦ blue 186

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

Shades of Fuchsia #C73FBA

Tints of Fuchsia #C73FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 44.42%
G = 14.06%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C73FBA (or 0xC73FBA) is known color: Fuchsia. HEX triplet: C7, 3F and BA. RGB value is (199,63,186). Sum of RGB (Red+Green+Blue) = 199+63+186=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 63 (25% from 255 or 14.06% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C73FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FBA is #38C045. Grayscale: #757575. Windows color (decimal): -3719238 or 12206023. OLE color: 12206023.

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

Color convert

RGB 199 63 186 -
CMYK 0 0.68 0.07 0.22
HSL 305.74º 0.55% 0.51% -
HSV(B) 305.74º 0.68% 0.78% -
XYZ 34.19 19.24 48.37 -
YUV 117.69 166.56 186 -
System Red Green Blue C M Y K H S L
Decimal 199 63 186 0 0.68 0.07 0.22 305.74 0.55 0.51
Hex C7 3F BA 0 44 7 16 132 37 33
Octal 307 77 272 0 104 7 26 462 67 63
Binary 11000111 111111 10111010 0 1000100 111 10110 100110010 110111 110011

Color Harmonies of #C73FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FBA

Black with #C73FBA

Text Example


Text Example

White with #C73FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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