Html Css Color HEX #C731BC Fuchsia

📋 copy color: '#C731BC'

red 199 ◦ green 49 ◦ blue 188

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

Shades of Fuchsia #C731BC

Tints of Fuchsia #C731BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.12%

R = 45.64%
G = 11.24%
B = 43.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C731BC (or 0xC731BC) is known color: Fuchsia. HEX triplet: C7, 31 and BC. RGB value is (199,49,188). Sum of RGB (Red+Green+Blue) = 199+49+188=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C731BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731BC is #38CE43. Grayscale: #6D6D6D. Windows color (decimal): -3722820 or 12333511. OLE color: 12333511.

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

Color convert

RGB 199 49 188 -
CMYK 0 0.75 0.06 0.22
HSL 304.4º 0.6% 0.49% -
HSV(B) 304.4º 0.75% 0.78% -
XYZ 33.73 17.97 49.27 -
YUV 109.7 172.2 191.7 -
System Red Green Blue C M Y K H S L
Decimal 199 49 188 0 0.75 0.06 0.22 304.4 0.6 0.49
Hex C7 31 BC 0 4B 6 16 130 3C 31
Octal 307 61 274 0 113 6 26 460 74 61
Binary 11000111 110001 10111100 0 1001011 110 10110 100110000 111100 110001

Color Harmonies of #C731BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731BC

Black with #C731BC

Text Example


Text Example

White with #C731BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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