Html Css Color HEX #C731B4 Fuchsia

📋 copy color: '#C731B4'

red 199 ◦ green 49 ◦ blue 180

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

Shades of Fuchsia #C731B4

Tints of Fuchsia #C731B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.06%

R = 46.5%
G = 11.45%
B = 42.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C731B4 (or 0xC731B4) is known color: Fuchsia. HEX triplet: C7, 31 and B4. RGB value is (199,49,180). Sum of RGB (Red+Green+Blue) = 199+49+180=428 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.50% from 428); Green value is 49 (19.53% from 255 or 11.45% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 199 - color contains mainly: red. Hex color #C731B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C731B4 is #38CE4B. Grayscale: #6C6C6C. Windows color (decimal): -3722828 or 11809223. OLE color: 11809223.

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

Color convert

RGB 199 49 180 -
CMYK 0 0.75 0.10 0.22
HSL 307.6º 0.6% 0.49% -
HSV(B) 307.6º 0.75% 0.78% -
XYZ 32.89 17.63 44.85 -
YUV 108.78 168.2 192.35 -
System Red Green Blue C M Y K H S L
Decimal 199 49 180 0 0.75 0.10 0.22 307.6 0.6 0.49
Hex C7 31 B4 0 4B A 16 134 3C 31
Octal 307 61 264 0 113 12 26 464 74 61
Binary 11000111 110001 10110100 0 1001011 1010 10110 100110100 111100 110001

Color Harmonies of #C731B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C731B4

Black with #C731B4

Text Example


Text Example

White with #C731B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C731B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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