Html Css Color HEX #C73FC7 Fuchsia

📋 copy color: '#C73FC7'

red 199 ◦ green 63 ◦ blue 199

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

Shades of Fuchsia #C73FC7

Tints of Fuchsia #C73FC7

RGB

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

 GREEN value IS 63 (25% from 255) = 13.67%

 BLUE value IS 199 (78.13% from 255) = 43.17%

R = 43.17%
G = 13.67%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C73FC7 (or 0xC73FC7) is known color: Fuchsia. HEX triplet: C7, 3F and C7. RGB value is (199,63,199). Sum of RGB (Red+Green+Blue) = 199+63+199=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 63 (25% from 255 or 13.67% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C73FC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C73FC7 is #38C038. Grayscale: #767676. Windows color (decimal): -3719225 or 13057991. OLE color: 13057991.

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

Color convert

RGB 199 63 199 -
CMYK 0 0.68 0 0.22
HSL 300º 0.55% 0.51% -
HSV(B) 300º 0.68% 0.78% -
XYZ 35.64 19.82 55.98 -
YUV 119.17 173.06 184.94 -
System Red Green Blue C M Y K H S L
Decimal 199 63 199 0 0.68 0 0.22 300 0.55 0.51
Hex C7 3F C7 0 44 0 16 12C 37 33
Octal 307 77 307 0 104 0 26 454 67 63
Binary 11000111 111111 11000111 0 1000100 0 10110 100101100 110111 110011

Color Harmonies of #C73FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73FC7

Black with #C73FC7

Text Example


Text Example

White with #C73FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73FC7; }

 p { color: rgb(199,63,199); }

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

background-color css

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

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

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

border-color css

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

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

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