Html Css Color HEX #C731B6 Fuchsia

📋 copy color: '#C731B6'

red 199 ◦ green 49 ◦ blue 182

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

Shades of Fuchsia #C731B6

Tints of Fuchsia #C731B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.33%

R = 46.28%
G = 11.4%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C731B6 (or 0xC731B6) is known color: Fuchsia. HEX triplet: C7, 31 and B6. RGB value is (199,49,182). Sum of RGB (Red+Green+Blue) = 199+49+182=430 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.28% from 430); Green value is 49 (19.53% from 255 or 11.40% from 430); Blue value is 182 (71.48% from 255 or 42.33% from 430); Max value from RGB is 199 - color contains mainly: red. Hex color #C731B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731B6 is #38CE49. Grayscale: #6C6C6C. Windows color (decimal): -3722826 or 11940295. OLE color: 11940295.

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

Color convert

RGB 199 49 182 -
CMYK 0 0.75 0.09 0.22
HSL 306.8º 0.6% 0.49% -
HSV(B) 306.8º 0.75% 0.78% -
XYZ 33.1 17.72 45.93 -
YUV 109.01 169.2 192.19 -
System Red Green Blue C M Y K H S L
Decimal 199 49 182 0 0.75 0.09 0.22 306.8 0.6 0.49
Hex C7 31 B6 0 4B 9 16 133 3C 31
Octal 307 61 266 0 113 11 26 463 74 61
Binary 11000111 110001 10110110 0 1001011 1001 10110 100110011 111100 110001

Color Harmonies of #C731B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731B6

Black with #C731B6

Text Example


Text Example

White with #C731B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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