Html Css Color HEX #C73EAF Fuchsia

📋 copy color: '#C73EAF'

red 199 ◦ green 62 ◦ blue 175

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

Shades of Fuchsia #C73EAF

Tints of Fuchsia #C73EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 45.64%
G = 14.22%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C73EAF (or 0xC73EAF) is known color: Fuchsia. HEX triplet: C7, 3E and AF. RGB value is (199,62,175). Sum of RGB (Red+Green+Blue) = 199+62+175=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C73EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73EAF is #38C150. Grayscale: #737373. Windows color (decimal): -3719505 or 11484871. OLE color: 11484871.

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

Color convert

RGB 199 62 175 -
CMYK 0 0.69 0.12 0.22
HSL 310.51º 0.55% 0.51% -
HSV(B) 310.51º 0.69% 0.78% -
XYZ 33.01 18.68 42.42 -
YUV 115.85 161.39 187.31 -
System Red Green Blue C M Y K H S L
Decimal 199 62 175 0 0.69 0.12 0.22 310.51 0.55 0.51
Hex C7 3E AF 0 45 C 16 137 37 33
Octal 307 76 257 0 105 14 26 467 67 63
Binary 11000111 111110 10101111 0 1000101 1100 10110 100110111 110111 110011

Color Harmonies of #C73EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73EAF

Black with #C73EAF

Text Example


Text Example

White with #C73EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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