Html Css Color HEX #C73AC3 Fuchsia

📋 copy color: '#C73AC3'

red 199 ◦ green 58 ◦ blue 195

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

Shades of Fuchsia #C73AC3

Tints of Fuchsia #C73AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 43.14%

R = 44.03%
G = 12.83%
B = 43.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.02

 K value IS 0.22

RGB Variations

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

Color information

#C73AC3 (or 0xC73AC3) is known color: Fuchsia. HEX triplet: C7, 3A and C3. RGB value is (199,58,195). Sum of RGB (Red+Green+Blue) = 199+58+195=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 58 (23.05% from 255 or 12.83% from 452); Blue value is 195 (76.56% from 255 or 43.14% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73AC3 is #38C53C. Grayscale: #737373. Windows color (decimal): -3720509 or 12794567. OLE color: 12794567.

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

Color convert

RGB 199 58 195 -
CMYK 0 0.71 0.02 0.22
HSL 301.7º 0.56% 0.5% -
HSV(B) 301.7º 0.71% 0.78% -
XYZ 34.92 19.11 53.48 -
YUV 115.78 172.71 187.36 -
System Red Green Blue C M Y K H S L
Decimal 199 58 195 0 0.71 0.02 0.22 301.7 0.56 0.5
Hex C7 3A C3 0 47 2 16 12E 38 32
Octal 307 72 303 0 107 2 26 456 70 62
Binary 11000111 111010 11000011 0 1000111 10 10110 100101110 111000 110010

Color Harmonies of #C73AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73AC3

Black with #C73AC3

Text Example


Text Example

White with #C73AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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