Html Css Color HEX #C031BA Fuchsia

📋 copy color: '#C031BA'

red 192 ◦ green 49 ◦ blue 186

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

Shades of Fuchsia #C031BA

Tints of Fuchsia #C031BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.56%

R = 44.96%
G = 11.48%
B = 43.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#C031BA (or 0xC031BA) is known color: Fuchsia. HEX triplet: C0, 31 and BA. RGB value is (192,49,186). Sum of RGB (Red+Green+Blue) = 192+49+186=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 49 (19.53% from 255 or 11.48% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C031BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031BA is #3FCE45. Grayscale: #6A6A6A. Windows color (decimal): -4181574 or 12202432. OLE color: 12202432.

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

Color convert

RGB 192 49 186 -
CMYK 0 0.74 0.03 0.25
HSL 302.52º 0.59% 0.47% -
HSV(B) 302.52º 0.74% 0.75% -
XYZ 31.7 16.95 48.05 -
YUV 107.38 172.38 188.36 -
System Red Green Blue C M Y K H S L
Decimal 192 49 186 0 0.74 0.03 0.25 302.52 0.59 0.47
Hex C0 31 BA 0 4A 3 19 12F 3B 2F
Octal 300 61 272 0 112 3 31 457 73 57
Binary 11000000 110001 10111010 0 1001010 11 11001 100101111 111011 101111

Color Harmonies of #C031BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031BA

Black with #C031BA

Text Example


Text Example

White with #C031BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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