Html Css Color HEX #C031B8 Fuchsia

📋 copy color: '#C031B8'

red 192 ◦ green 49 ◦ blue 184

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

Shades of Fuchsia #C031B8

Tints of Fuchsia #C031B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 43.29%

R = 45.18%
G = 11.53%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.04

 K value IS 0.25

RGB Variations

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

Color information

#C031B8 (or 0xC031B8) is known color: Fuchsia. HEX triplet: C0, 31 and B8. RGB value is (192,49,184). Sum of RGB (Red+Green+Blue) = 192+49+184=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 49 (19.53% from 255 or 11.53% from 425); Blue value is 184 (72.27% from 255 or 43.29% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C031B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031B8 is #3FCE47. Grayscale: #6A6A6A. Windows color (decimal): -4181576 or 12071360. OLE color: 12071360.

HSL color Cylindrical-coordinate representation of color #C031B8: hue angle of 303.36º 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 #C031B8 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 184 -
CMYK 0 0.74 0.04 0.25
HSL 303.36º 0.59% 0.47% -
HSV(B) 303.36º 0.74% 0.75% -
XYZ 31.49 16.86 46.94 -
YUV 107.15 171.38 188.52 -
System Red Green Blue C M Y K H S L
Decimal 192 49 184 0 0.74 0.04 0.25 303.36 0.59 0.47
Hex C0 31 B8 0 4A 4 19 12F 3B 2F
Octal 300 61 270 0 112 4 31 457 73 57
Binary 11000000 110001 10111000 0 1001010 100 11001 100101111 111011 101111

Color Harmonies of #C031B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031B8

Black with #C031B8

Text Example


Text Example

White with #C031B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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