Html Css Color HEX #C031BC Fuchsia

📋 copy color: '#C031BC'

red 192 ◦ green 49 ◦ blue 188

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

Shades of Fuchsia #C031BC

Tints of Fuchsia #C031BC

RGB

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

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

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

R = 44.76%
G = 11.42%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#C031BC (or 0xC031BC) is known color: Fuchsia. HEX triplet: C0, 31 and BC. RGB value is (192,49,188). Sum of RGB (Red+Green+Blue) = 192+49+188=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 49 (19.53% from 255 or 11.42% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C031BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C031BC is #3FCE43. Grayscale: #6B6B6B. Windows color (decimal): -4181572 or 12333504. OLE color: 12333504.

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

Color convert

RGB 192 49 188 -
CMYK 0 0.74 0.02 0.25
HSL 301.68º 0.59% 0.47% -
HSV(B) 301.68º 0.74% 0.75% -
XYZ 31.91 17.03 49.18 -
YUV 107.6 173.38 188.2 -
System Red Green Blue C M Y K H S L
Decimal 192 49 188 0 0.74 0.02 0.25 301.68 0.59 0.47
Hex C0 31 BC 0 4A 2 19 12E 3B 2F
Octal 300 61 274 0 112 2 31 456 73 57
Binary 11000000 110001 10111100 0 1001010 10 11001 100101110 111011 101111

Color Harmonies of #C031BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C031BC

Black with #C031BC

Text Example


Text Example

White with #C031BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C031BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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