Html Css Color HEX #C031B3 Fuchsia

📋 copy color: '#C031B3'

red 192 ◦ green 49 ◦ blue 179

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

Shades of Fuchsia #C031B3

Tints of Fuchsia #C031B3

RGB

 RED value IS 192 (75.39% from 255) = 45.71%

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

 BLUE value IS 179 (70.31% from 255) = 42.62%

R = 45.71%
G = 11.67%
B = 42.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#C031B3 (or 0xC031B3) is known color: Fuchsia. HEX triplet: C0, 31 and B3. RGB value is (192,49,179). Sum of RGB (Red+Green+Blue) = 192+49+179=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 49 (19.53% from 255 or 11.67% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C031B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031B3 is #3FCE4C. Grayscale: #6A6A6A. Windows color (decimal): -4181581 or 11743680. OLE color: 11743680.

HSL color Cylindrical-coordinate representation of color #C031B3: hue angle of 305.45º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C031B3 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 179 -
CMYK 0 0.74 0.07 0.25
HSL 305.45º 0.59% 0.47% -
HSV(B) 305.45º 0.74% 0.75% -
XYZ 30.97 16.66 44.23 -
YUV 106.58 168.88 188.93 -
System Red Green Blue C M Y K H S L
Decimal 192 49 179 0 0.74 0.07 0.25 305.45 0.59 0.47
Hex C0 31 B3 0 4A 7 19 131 3B 2F
Octal 300 61 263 0 112 7 31 461 73 57
Binary 11000000 110001 10110011 0 1001010 111 11001 100110001 111011 101111

Color Harmonies of #C031B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031B3

Black with #C031B3

Text Example


Text Example

White with #C031B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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