Html Css Color HEX #C73CBA Fuchsia

📋 copy color: '#C73CBA'

red 199 ◦ green 60 ◦ blue 186

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

Shades of Fuchsia #C73CBA

Tints of Fuchsia #C73CBA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.48%

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

R = 44.72%
G = 13.48%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C73CBA (or 0xC73CBA) is known color: Fuchsia. HEX triplet: C7, 3C and BA. RGB value is (199,60,186). Sum of RGB (Red+Green+Blue) = 199+60+186=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C73CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73CBA is #38C345. Grayscale: #737373. Windows color (decimal): -3720006 or 12205255. OLE color: 12205255.

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

Color convert

RGB 199 60 186 -
CMYK 0 0.70 0.07 0.22
HSL 305.61º 0.55% 0.51% -
HSV(B) 305.61º 0.7% 0.78% -
XYZ 34.03 18.92 48.31 -
YUV 115.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 199 60 186 0 0.70 0.07 0.22 305.61 0.55 0.51
Hex C7 3C BA 0 46 7 16 132 37 33
Octal 307 74 272 0 106 7 26 462 67 63
Binary 11000111 111100 10111010 0 1000110 111 10110 100110010 110111 110011

Color Harmonies of #C73CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73CBA

Black with #C73CBA

Text Example


Text Example

White with #C73CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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