Html Css Color HEX #C731B2 Fuchsia

📋 copy color: '#C731B2'

red 199 ◦ green 49 ◦ blue 178

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

Shades of Fuchsia #C731B2

Tints of Fuchsia #C731B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.78%

R = 46.71%
G = 11.5%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C731B2 (or 0xC731B2) is known color: Fuchsia. HEX triplet: C7, 31 and B2. RGB value is (199,49,178). Sum of RGB (Red+Green+Blue) = 199+49+178=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 49 (19.53% from 255 or 11.50% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C731B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C731B2 is #38CE4D. Grayscale: #6C6C6C. Windows color (decimal): -3722830 or 11678151. OLE color: 11678151.

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

Color convert

RGB 199 49 178 -
CMYK 0 0.75 0.11 0.22
HSL 308.4º 0.6% 0.49% -
HSV(B) 308.4º 0.75% 0.78% -
XYZ 32.69 17.55 43.78 -
YUV 108.56 167.2 192.51 -
System Red Green Blue C M Y K H S L
Decimal 199 49 178 0 0.75 0.11 0.22 308.4 0.6 0.49
Hex C7 31 B2 0 4B B 16 134 3C 31
Octal 307 61 262 0 113 13 26 464 74 61
Binary 11000111 110001 10110010 0 1001011 1011 10110 100110100 111100 110001

Color Harmonies of #C731B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731B2

Black with #C731B2

Text Example


Text Example

White with #C731B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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