Html Css Color HEX #C73EAA Fuchsia

📋 copy color: '#C73EAA'

red 199 ◦ green 62 ◦ blue 170

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

Shades of Fuchsia #C73EAA

Tints of Fuchsia #C73EAA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.39%

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 46.17%
G = 14.39%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C73EAA (or 0xC73EAA) is known color: Fuchsia. HEX triplet: C7, 3E and AA. RGB value is (199,62,170). Sum of RGB (Red+Green+Blue) = 199+62+170=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C73EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73EAA is #38C155. Grayscale: #727272. Windows color (decimal): -3719510 or 11157191. OLE color: 11157191.

HSL color Cylindrical-coordinate representation of color #C73EAA: hue angle of 312.7º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73EAA is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 62 170 -
CMYK 0 0.69 0.15 0.22
HSL 312.7º 0.55% 0.51% -
HSV(B) 312.7º 0.69% 0.78% -
XYZ 32.53 18.49 39.88 -
YUV 115.28 158.89 187.72 -
System Red Green Blue C M Y K H S L
Decimal 199 62 170 0 0.69 0.15 0.22 312.7 0.55 0.51
Hex C7 3E AA 0 45 F 16 139 37 33
Octal 307 76 252 0 105 17 26 471 67 63
Binary 11000111 111110 10101010 0 1000101 1111 10110 100111001 110111 110011

Color Harmonies of #C73EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73EAA

Black with #C73EAA

Text Example


Text Example

White with #C73EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73EAA; }

 p { color: rgb(199,62,170); }

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

background-color css

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

 a { background-color: rgb(199,62,170); }

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

border-color css

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

 span { border-color: rgb(199,62,170); }

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