Html Css Color HEX #C731C7 Fuchsia

📋 copy color: '#C731C7'

red 199 ◦ green 49 ◦ blue 199

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

Shades of Fuchsia #C731C7

Tints of Fuchsia #C731C7

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.96%

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

R = 44.52%
G = 10.96%
B = 44.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C731C7 (or 0xC731C7) is known color: Fuchsia. HEX triplet: C7, 31 and C7. RGB value is (199,49,199). Sum of RGB (Red+Green+Blue) = 199+49+199=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 199 (78.12% from 255 or 44.52% from 447); Max value from RGB is 199 - color contains mainly: red, blue. Hex color #C731C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731C7 is #38CE38. Grayscale: #6E6E6E. Windows color (decimal): -3722809 or 13054407. OLE color: 13054407.

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

Color convert

RGB 199 49 199 -
CMYK 0 0.75 0 0.22
HSL 300º 0.6% 0.49% -
HSV(B) 300º 0.75% 0.78% -
XYZ 34.96 18.46 55.75 -
YUV 110.95 177.7 190.8 -
System Red Green Blue C M Y K H S L
Decimal 199 49 199 0 0.75 0 0.22 300 0.6 0.49
Hex C7 31 C7 0 4B 0 16 12C 3C 31
Octal 307 61 307 0 113 0 26 454 74 61
Binary 11000111 110001 11000111 0 1001011 0 10110 100101100 111100 110001

Color Harmonies of #C731C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731C7

Black with #C731C7

Text Example


Text Example

White with #C731C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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