Html Css Color HEX #C731C0 Fuchsia

📋 copy color: '#C731C0'

red 199 ◦ green 49 ◦ blue 192

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

Shades of Fuchsia #C731C0

Tints of Fuchsia #C731C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.64%

R = 45.23%
G = 11.14%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#C731C0 (or 0xC731C0) is known color: Fuchsia. HEX triplet: C7, 31 and C0. RGB value is (199,49,192). Sum of RGB (Red+Green+Blue) = 199+49+192=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 199 - color contains mainly: red. Hex color #C731C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731C0 is #38CE3F. Grayscale: #6D6D6D. Windows color (decimal): -3722816 or 12595655. OLE color: 12595655.

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

Color convert

RGB 199 49 192 -
CMYK 0 0.75 0.04 0.22
HSL 302.8º 0.6% 0.49% -
HSV(B) 302.8º 0.75% 0.78% -
XYZ 34.17 18.14 51.57 -
YUV 110.15 174.2 191.37 -
System Red Green Blue C M Y K H S L
Decimal 199 49 192 0 0.75 0.04 0.22 302.8 0.6 0.49
Hex C7 31 C0 0 4B 4 16 12F 3C 31
Octal 307 61 300 0 113 4 26 457 74 61
Binary 11000111 110001 11000000 0 1001011 100 10110 100101111 111100 110001

Color Harmonies of #C731C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731C0

Black with #C731C0

Text Example


Text Example

White with #C731C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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