Html Css Color HEX #C73BBA Fuchsia

📋 copy color: '#C73BBA'

red 199 ◦ green 59 ◦ blue 186

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

Shades of Fuchsia #C73BBA

Tints of Fuchsia #C73BBA

RGB

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

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

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

R = 44.82%
G = 13.29%
B = 41.89%

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

#C73BBA (or 0xC73BBA) is known color: Fuchsia. HEX triplet: C7, 3B and BA. RGB value is (199,59,186). Sum of RGB (Red+Green+Blue) = 199+59+186=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 186 (73.05% from 255 or 41.89% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C73BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73BBA is #38C445. Grayscale: #727272. Windows color (decimal): -3720262 or 12204999. OLE color: 12204999.

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

Color convert

RGB 199 59 186 -
CMYK 0 0.70 0.07 0.22
HSL 305.57º 0.56% 0.51% -
HSV(B) 305.57º 0.7% 0.78% -
XYZ 33.98 18.82 48.3 -
YUV 115.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 199 59 186 0 0.70 0.07 0.22 305.57 0.56 0.51
Hex C7 3B BA 0 46 7 16 132 38 33
Octal 307 73 272 0 106 7 26 462 70 63
Binary 11000111 111011 10111010 0 1000110 111 10110 100110010 111000 110011

Color Harmonies of #C73BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73BBA

Black with #C73BBA

Text Example


Text Example

White with #C73BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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