Html Css Color HEX #C73AB9 Fuchsia

📋 copy color: '#C73AB9'

red 199 ◦ green 58 ◦ blue 185

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

Shades of Fuchsia #C73AB9

Tints of Fuchsia #C73AB9

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.12%

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 45.02%
G = 13.12%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C73AB9 (or 0xC73AB9) is known color: Fuchsia. HEX triplet: C7, 3A and B9. RGB value is (199,58,185). Sum of RGB (Red+Green+Blue) = 199+58+185=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73AB9 is #38C546. Grayscale: #727272. Windows color (decimal): -3720519 or 12139207. OLE color: 12139207.

HSL color Cylindrical-coordinate representation of color #C73AB9: hue angle of 305.96º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73AB9 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 58 185 -
CMYK 0 0.71 0.07 0.22
HSL 305.96º 0.56% 0.5% -
HSV(B) 305.96º 0.71% 0.78% -
XYZ 33.82 18.67 47.72 -
YUV 114.64 167.71 188.17 -
System Red Green Blue C M Y K H S L
Decimal 199 58 185 0 0.71 0.07 0.22 305.96 0.56 0.5
Hex C7 3A B9 0 47 7 16 132 38 32
Octal 307 72 271 0 107 7 26 462 70 62
Binary 11000111 111010 10111001 0 1000111 111 10110 100110010 111000 110010

Color Harmonies of #C73AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73AB9

Black with #C73AB9

Text Example


Text Example

White with #C73AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73AB9; }

 p { color: rgb(199,58,185); }

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

background-color css

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

 a { background-color: rgb(199,58,185); }

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

border-color css

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

 span { border-color: rgb(199,58,185); }

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